HttpListener Methods |
The HttpListener type exposes the following members.
Name | Description | |
---|---|---|
![]() | Abort |
Shuts down the listener immediately.
|
![]() | BeginGetContext |
Begins getting an incoming request asynchronously.
|
![]() | Close |
Shuts down the listener.
|
![]() | EndGetContext |
Ends an asynchronous operation to get an incoming request.
|
![]() | GetContext |
Gets an incoming request.
|
![]() | Start |
Starts receiving incoming requests.
|
![]() | Stop |
Stops receiving incoming requests.
|