WebSocket Properties
.NET Framework (current version)
Namespace:
System.Net.WebSockets
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CloseStatus | Indicates the reason why the remote endpoint initiated the close handshake. |
![]() | CloseStatusDescription | Allows the remote endpoint to describe the reason why the connection was closed. |
![]() ![]() | DefaultKeepAliveInterval | Gets the default WebSocket protocol keep-alive interval in milliseconds. |
![]() | State | Returns the current state of the WebSocket connection. |
![]() | SubProtocol | The subprotocol that was negotiated during the opening handshake. |
Show:

