Click or drag to resize

WebSocketCloseAsync Method

Closes the connection asynchronously.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void CloseAsync()
Remarks

This method does not wait for the close to be complete.

This method does nothing if the current state of the connection is Closing or Closed.

See Also