System.Net.WebSockets.WebSocket: Property Members

The properties of System.Net.WebSockets.WebSocket are listed below. For a list of all members, see the WebSocket Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
abstract
CloseStatusNullable<System.Net.WebSockets.WebSocketCloseStatus>.

Indicates the reason why the remote endpoint initiated the close handshake.

[read-only]
abstract
CloseStatusDescriptionstring.

Allows the remote endpoint to describe the reason why the connection was closed.

[read-only]
static
DefaultKeepAliveIntervalTimeSpan.

Gets the default WebSocket protocol keep-alive interval in milliseconds.

[read-only]
abstract
StateSystem.Net.WebSockets.WebSocketState.

Returns the current state of the WebSocket connection.

[read-only]
abstract
SubProtocolstring.

The subprotocol that was negotiated during the opening handshake.