Click or drag to resize

SmartFoxKillConnection Method

Simulates an abrupt disconnection from the server.

Namespace:  Sfs2X
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void KillConnection()
Remarks
This method should be used for testing and simulations only, otherwise use the Disconnect method.
This method is not supported in case of websocket connection.
See Also