Click or drag to resize

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
C#
public bool WasClean { get; }

Property Value

Type: Boolean
true if the connection has been closed cleanly; otherwise, false.
See Also