HttpListenerWebSocketContext Properties

.NET Framework (current version)
 

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

NameDescription
System_CAPS_pubpropertyCookieCollection

Gets the cookies received by the HttpListener object in the WebSocket opening handshake.(Overrides WebSocketContext::CookieCollection.)

System_CAPS_pubpropertyHeaders

Gets the HTTP headers received by the HttpListener object in the WebSocket opening handshake.(Overrides WebSocketContext::Headers.)

System_CAPS_pubpropertyIsAuthenticated

Gets a value that indicates if the WebSocket client is authenticated.(Overrides WebSocketContext::IsAuthenticated.)

System_CAPS_pubpropertyIsLocal

Gets a value that indicates if the WebSocket client connected from the local machine.(Overrides WebSocketContext::IsLocal.)

System_CAPS_pubpropertyIsSecureConnection

Gets a value that indicates if the WebSocket connection is secured using Secure Sockets Layer (SSL).(Overrides WebSocketContext::IsSecureConnection.)

System_CAPS_pubpropertyOrigin

Gets the value of the Origin HTTP header included in the WebSocket opening handshake.(Overrides WebSocketContext::Origin.)

System_CAPS_pubpropertyRequestUri

Gets the URI requested by the WebSocket client.(Overrides WebSocketContext::RequestUri.)

System_CAPS_pubpropertySecWebSocketKey

Gets the value of the SecWebSocketKey HTTP header included in the WebSocket opening handshake.(Overrides WebSocketContext::SecWebSocketKey.)

System_CAPS_pubpropertySecWebSocketProtocols

Gets the list of the Secure WebSocket protocols included in the WebSocket opening handshake.(Overrides WebSocketContext::SecWebSocketProtocols.)

System_CAPS_pubpropertySecWebSocketVersion

Gets the list of sub-protocols requested by the WebSocket client.(Overrides WebSocketContext::SecWebSocketVersion.)

System_CAPS_pubpropertyUser

Gets an object used to obtain identity, authentication information, and security roles for the WebSocket client.(Overrides WebSocketContext::User.)

System_CAPS_pubpropertyWebSocket

Gets the WebSocket instance used to send and receive data over the WebSocket connection.(Overrides WebSocketContext::WebSocket.)

Return to top
Show: