Click or drag to resize

SFSEventCONNECTION_ATTEMPT_HTTP Field

Dispatched when the client cannot establish a socket connection to the server and the useBlueBox parameter is active in the configuration.

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

Field Value

Type: String
Remarks
The event can be used to notify the user that a second connection attempt is running, using the BlueBox (HTTP tunnelling).

No parameters are available for this event object.

See Also