HttpListenerContext Class |
Namespace: Sfs2X.WebSocketSharp.Net
public sealed class HttpListenerContext
The HttpListenerContext type exposes the following members.
Name | Description | |
---|---|---|
Request |
Gets the HTTP request object that represents a client request.
| |
Response |
Gets the HTTP response object used to send a response to the client.
| |
User |
Gets the client information (identity, authentication, and security roles).
|
Name | Description | |
---|---|---|
AcceptWebSocket |
Accepts a WebSocket handshake request.
|