HttpListener Methods
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Abort() | Shuts down the HttpListener object immediately, discarding all currently queued requests. |
![]() | BeginGetContext(AsyncCallback^, Object^) | Begins asynchronously retrieving an incoming request. |
![]() | Close() | Shuts down the HttpListener. |
![]() | EndGetContext(IAsyncResult^) | Completes an asynchronous operation to retrieve an incoming client request. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetContext() | Waits for an incoming request and returns when one is received. |
![]() | GetContextAsync() | Waits for an incoming request as an asynchronous operation. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Start() | Allows this instance to receive incoming requests. |
![]() | Stop() | Causes this instance to stop receiving incoming requests. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable::Dispose() | This API supports the product infrastructure and is not intended to be used directly from your code. Releases the resources held by this HttpListener object. |


