IHttpListener MethodsWebDAV#

The IHttpListener type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetContext
Waits for a request to come in to the web server and returns a IHttpListenerContext adapter around it.
Public methodStart
Allows the adapted HttpListener to receive incoming requests.
Public methodStop
Causes the adapted HttpListener to stop receiving incoming requests.
Top
See Also