WebDAVSharp.Server.Adapters NamespaceWebDAV#
Classes
  ClassDescription
Public classHttpListenerAdapter
This IHttpListener implementation wraps around a HttpListener instance.
Public classHttpListenerContextAdapter
This IHttpListenerContext implementation wraps around a HttpListenerContext instance.
Public classHttpListenerRequestAdapter
This IHttpListenerRequest implementation wraps around a HttpListenerRequest instance.
Public classHttpListenerResponseAdapter
This IHttpListenerResponse implementation wraps around a HttpListenerResponse instance.
Interfaces
  InterfaceDescription
Public interfaceIAdapter T 
This interface is implemented by other adapters in the WebDAV# project, to facilitate access to the underlying adapted object.
Public interfaceIHttpListener
This is an interface-version of the parts of HttpListener that the WebDavServer requires to operator.
Public interfaceIHttpListenerContext
This is an interface-version of the parts of HttpListenerContext that the WebDavServer requires to operator.
Public interfaceIHttpListenerRequest
This is an interface-version of the parts of HttpListenerRequest that the WebDavServer requires to operator.
Public interfaceIHttpListenerResponse
This is an interface-version of the parts of HttpListenerResponse that the WebDavServer requires to operator.