Classes
Class | Description | |
---|---|---|
HttpListenerAdapter |
This
IHttpListener implementation wraps around a
HttpListener instance.
| |
HttpListenerContextAdapter |
This
IHttpListenerContext implementation wraps around a
HttpListenerContext instance.
| |
HttpListenerRequestAdapter |
This
IHttpListenerRequest implementation wraps around a
HttpListenerRequest instance.
| |
HttpListenerResponseAdapter |
This
IHttpListenerResponse implementation wraps around a
HttpListenerResponse instance.
|
Interfaces
Interface | Description | |
---|---|---|
IAdapter T |
This interface is implemented by other adapters in the WebDAV#
project, to facilitate access to the underlying adapted object.
| |
IHttpListener |
This is an interface-version of the parts of
HttpListener that
the
WebDavServer requires to operator.
| |
IHttpListenerContext |
This is an interface-version of the parts of
HttpListenerContext that
the
WebDavServer requires to operator.
| |
IHttpListenerRequest |
This is an interface-version of the parts of
HttpListenerRequest that
the
WebDavServer requires to operator.
| |
IHttpListenerResponse |
This is an interface-version of the parts of
HttpListenerResponse that
the
WebDavServer requires to operator.
|