CloseEventArgsWasClean Property |
Gets a value indicating whether the connection has been closed cleanly.
Namespace:
Sfs2X.WebSocketSharp
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool WasClean { get; }
Property Value
Type:
Booleantrue if the connection has been closed cleanly; otherwise,
false.
See Also