HttpListenerAdapter ClassWebDAV#
This IHttpListener implementation wraps around a HttpListener instance.
Inheritance Hierarchy
System Object
  WebDAVSharp.Server WebDavDisposableBase
    WebDAVSharp.Server.Adapters HttpListenerAdapter

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class HttpListenerAdapter : WebDavDisposableBase, 
	IHttpListener, IDisposable, IAdapter<HttpListener>

The HttpListenerAdapter type exposes the following members.

Constructors
  NameDescription
Public methodHttpListenerAdapter
Initializes a new instance of the HttpListenerAdapter class.
Top
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
Properties
  NameDescription
Public propertyAdaptedInstance
Gets the internal instance that was adapted for WebDAV#.
Public propertyPrefixes
Gets the Uniform Resource Identifier ( Uri) prefixes handled by the adapted HttpListener object.
Top
See Also