HttpListenerContext Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AcceptWebSocketAsync(String^) | Accept a WebSocket connection 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. |
![]() | AcceptWebSocketAsync(String^, TimeSpan) | Accept a WebSocket connection specifying the supported WebSocket sub-protocol and WebSocket keep-alive interval as an asynchronous operation. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
