Click or drag to resize

SFSEventUDP_INIT Field

Dispatched when the result of the UDP handshake is notified.

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

Field Value

Type: String
Remarks
This event is fired in response to a call to the SmartFox.InitUDP() method.

The Params object contains the following parameters:

ParameterDescription
success(bool) true if UDP connection initialization is successful, false otherwise.
Examples
See the InitUDP(String, Int32) example.
See Also