Provides access to the HTTP request and response objects used by the WebSocketSharp.Net.HttpListener class.
See Also: Inherited members from object.
[read-only] | Request | HttpListenerRequest . Gets the WebSocketSharp.Net.HttpListenerRequest that contains the HTTP request from a client. |
[read-only] | Response | HttpListenerResponse . Gets the WebSocketSharp.Net.HttpListenerResponse that contains the HTTP response to send to the client in response to the client's request. |
[read-only] | User | System.Security.Principal.IPrincipal . Gets the client information (identity, authentication information and security roles). |
|
AcceptWebSocket
()Accepts a WebSocket connection by the WebSocketSharp.Net.HttpListener. |
Accepts a WebSocket connection by the WebSocketSharp.Net.HttpListener.
Syntax
public WebSocketSharp.Net.WebSockets.HttpListenerWebSocketContext AcceptWebSocket ()Returns
A WebSocketSharp.Net.WebSockets.HttpListenerWebSocketContext that contains a WebSocket connection.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Gets the WebSocketSharp.Net.HttpListenerRequest that contains the HTTP request from a client.
Syntax
public HttpListenerRequest Request { get; }Value
A WebSocketSharp.Net.HttpListenerRequest that contains the HTTP request objects.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Gets the WebSocketSharp.Net.HttpListenerResponse that contains the HTTP response to send to the client in response to the client's request.
Syntax
public HttpListenerResponse Response { get; }Value
A WebSocketSharp.Net.HttpListenerResponse that contains the HTTP response objects.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Gets the client information (identity, authentication information and security roles).
Syntax
public System.Security.Principal.IPrincipal User { get; }Value
A System.Security.Principal.IPrincipal contains the client information.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)