HttpListenerContext Methods
.NET Framework 4.5
The HttpListenerContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
AcceptWebSocketAsync(String) | Accept a WebSocket connection as an asynchronous operation. |
|
AcceptWebSocketAsync(String, TimeSpan) | Accept a WebSocket connection specifying the supported WebSocket sub-protocol and WebSocket keep-alive interval as an asynchronous operation. |
|
AcceptWebSocketAsync(String, Int32, TimeSpan) | Accept a WebSocket connection specifying the supported WebSocket sub-protocol, receive buffer size, and WebSocket keep-alive interval as an asynchronous operation. |
|
AcceptWebSocketAsync(String, Int32, TimeSpan, ArraySegment<Byte>) | Accept a WebSocket connection specifying the supported WebSocket sub-protocol, receive buffer size, WebSocket keep-alive interval, and the internal buffer as an asynchronous operation. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |