Gets the last known state of the WebSocket object.

Namespace:  Rebex.Net
Assembly:  Rebex.WebSocket (in Rebex.WebSocket.dll)

Syntax

Visual Basic
Public ReadOnly Property State As WebSocketState
	Get
C#
public WebSocketState State { get; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also