Click or drag to resize

HttpListener Methods

The HttpListener type exposes the following members.

Methods
  NameDescription
Public methodAbort
Shuts down the listener immediately.
Public methodBeginGetContext
Begins getting an incoming request asynchronously.
Public methodClose
Shuts down the listener.
Public methodEndGetContext
Ends an asynchronous operation to get an incoming request.
Public methodGetContext
Gets an incoming request.
Public methodStart
Starts receiving incoming requests.
Public methodStop
Stops receiving incoming requests.
Top
See Also