C-DEngine 5.105

IWebSocketSession..::..State Property

Gets the state of the WebSocket used in the session.

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

Syntax


WebSocketState State { get; }
ReadOnly Property State As WebSocketState
	Get
property WebSocketState^ State {
	WebSocketState^ get ();
}

Field Value

One of the WebSocketState enum values, indicates the state of the WebSocket used in the session.