C-DEngine 5.105

WebSocketBehavior..::..State Property

Gets the state of the WebSocket used in a session.

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

Syntax


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

Field Value

One of the WebSocketState enum values, indicates the state of the WebSocket.