WebSocket.State Property

Definition

Returns the current state of the WebSocket connection.

public:
 abstract property System::Net::WebSockets::WebSocketState State { System::Net::WebSockets::WebSocketState get(); };
public abstract System.Net.WebSockets.WebSocketState State { get; }
member this.State : System.Net.WebSockets.WebSocketState
Public MustOverride ReadOnly Property State As WebSocketState

Property Value

The current state of the WebSocket connection.

Applies to