HttpListener Methods
The HttpListener type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Abort |
Shuts down the listener immediately.
|
|
|
BeginGetContext(AsyncCallback, Object) |
Begins getting an incoming request asynchronously.
|
|
|
Close |
Shuts down the listener.
|
|
|
EndGetContext |
Ends an asynchronous operation to get an incoming request.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetContext |
Gets an incoming request.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Start |
Starts receiving incoming requests.
|
|
|
Stop |
Stops receiving incoming requests.
|
|
|
ToString | (Inherited from Object.) |