AspNetWebSocket Properties
.NET Framework (current version)
Namespace:
System.Web.WebSockets
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CloseStatus | Gets a status code that indicates why an AspNetWebSocket object was closed.(Overrides WebSocket::CloseStatus.) |
![]() | CloseStatusDescription | Gets a status message that explains why an AspNetWebSocket object was closed.(Overrides WebSocket::CloseStatusDescription.) |
![]() | State | Gets a value that indicates the open or closed state of an AspNetWebSocket object.(Overrides WebSocket::State.) |
![]() | SubProtocol | Gets the name of an application-specific protocol that a remote client and a server can use to exchange data over an AspNetWebSocket connection.(Overrides WebSocket::SubProtocol.) |
Show:
