C-DEngine 5.105

CloseEventArgs..::..WasClean Property

Gets a value indicating whether the connection has been closed cleanly.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool WasClean { get; set; }
Public Property WasClean As Boolean
	Get
	Set
public:
property bool^ WasClean {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if the connection has been closed cleanly; otherwise, false.