C-DEngine 5.105

CloseEventArgs..::..Reason Property

Gets the reason for the close.

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

Syntax


public string Reason { get; }
Public ReadOnly Property Reason As String
	Get
public:
property String^ Reason {
	String^ get ();
}

Field Value

A String that represents the reason for the close if any.