C-DEngine 5.105

WebSocket..::..ReadyState Property

Gets the state of the WebSocket connection.

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

Syntax


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

Field Value

One of the WebSocketState enum values, indicates the state of the connection. The default value is Connecting.