HttpListenerWebSocketContext Properties
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CookieCollection | Gets the cookies received by the HttpListener object in the WebSocket opening handshake.(Overrides WebSocketContext::CookieCollection.) |
![]() | Headers | Gets the HTTP headers received by the HttpListener object in the WebSocket opening handshake.(Overrides WebSocketContext::Headers.) |
![]() | IsAuthenticated | Gets a value that indicates if the WebSocket client is authenticated.(Overrides WebSocketContext::IsAuthenticated.) |
![]() | IsLocal | Gets a value that indicates if the WebSocket client connected from the local machine.(Overrides WebSocketContext::IsLocal.) |
![]() | IsSecureConnection | Gets a value that indicates if the WebSocket connection is secured using Secure Sockets Layer (SSL).(Overrides WebSocketContext::IsSecureConnection.) |
![]() | Origin | Gets the value of the Origin HTTP header included in the WebSocket opening handshake.(Overrides WebSocketContext::Origin.) |
![]() | RequestUri | Gets the URI requested by the WebSocket client.(Overrides WebSocketContext::RequestUri.) |
![]() | SecWebSocketKey | Gets the value of the SecWebSocketKey HTTP header included in the WebSocket opening handshake.(Overrides WebSocketContext::SecWebSocketKey.) |
![]() | SecWebSocketProtocols | Gets the list of the Secure WebSocket protocols included in the WebSocket opening handshake.(Overrides WebSocketContext::SecWebSocketProtocols.) |
![]() | SecWebSocketVersion | Gets the list of sub-protocols requested by the WebSocket client.(Overrides WebSocketContext::SecWebSocketVersion.) |
![]() | User | Gets an object used to obtain identity, authentication information, and security roles for the WebSocket client.(Overrides WebSocketContext::User.) |
![]() | WebSocket | Gets the WebSocket instance used to send and receive data over the WebSocket connection.(Overrides WebSocketContext::WebSocket.) |
