HttpListenerAdapter MethodsWebDAV#

The HttpListenerAdapter type exposes the following members.

Methods
  NameDescription
Public methodDispose 
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from WebDavDisposableBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetContext
Waits for a request to come in to the web server and returns a IHttpListenerContext adapter around it.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStart
Allows the adapted HttpListener to receive incoming requests.
Public methodStop
Causes the adapted HttpListener to stop receiving incoming requests.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also