C-DEngine 5.105

WebSocketException..::..Code Property

Gets the status code indicating the cause of the exception.

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

Syntax


public CloseStatusCode Code { get; }
Public ReadOnly Property Code As CloseStatusCode
	Get
public:
property CloseStatusCode^ Code {
	CloseStatusCode^ get ();
}

Field Value

One of the CloseStatusCode enum values, represents the status code indicating the cause of the exception.