Click or drag to resize

SFSEventSOCKET_ERROR Field

Dispatched when a low level socket error is detected, for example bad/inconsistent data.

Namespace:  Sfs2X.Core
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static readonly string SOCKET_ERROR

Field Value

Type: String
Remarks
The Params object contains the following parameters:
ParameterDescription
errorMessage(string) The description of the error.
See Also