AspNetWebSocket Properties

.NET Framework (current version)
 

Namespace:   System.Web.WebSockets
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyCloseStatus

Gets a status code that indicates why an AspNetWebSocket object was closed.(Overrides WebSocket::CloseStatus.)

System_CAPS_pubpropertyCloseStatusDescription

Gets a status message that explains why an AspNetWebSocket object was closed.(Overrides WebSocket::CloseStatusDescription.)

System_CAPS_pubpropertyState

Gets a value that indicates the open or closed state of an AspNetWebSocket object.(Overrides WebSocket::State.)

System_CAPS_pubpropertySubProtocol

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.)

Return to top
Show: