This is an interface-version of the parts of
HttpListenerContext that
the
WebDavServer requires to operator.
Namespace: WebDAVSharp.Server.AdaptersAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)

The IHttpListenerContext type exposes the following members.

Name | Description | |
---|---|---|
![]() | SendSimpleResponse |
Sends a simple response with a specified HTTP status code but no content.
(Defined by WebDavExtensions.) |

Name | Description | |
---|---|---|
![]() | AdaptedInstance |
Gets the internal instance that was adapted for WebDAV#.
(Inherited from IAdapter T .) |
![]() | Request |
Gets the IHttpListenerRequest request adapter.
|
![]() | Response |
Gets the IHttpListenerResponse response adapter.
|

The main purpose of this interface is to facilitate unit-testing.
