Click or drag to resize

WebSocketReadyState Property

Gets the current state of the connection.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public WebSocketState ReadyState { get; }

Property Value

Type: WebSocketState

One of the WebSocketState enum values.

It indicates the current state of the connection.

The default value is Connecting.

See Also