Click or drag to resize

WebSocketClose Method

Closes the connection.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void Close()
Remarks
This method does nothing if the current state of the connection is Closing or Closed.
See Also