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)
Syntax
The IHttpListenerContext type exposes the following members.
Extension Methods
Name | Description | |
---|---|---|
SendSimpleResponse |
Sends a simple response with a specified HTTP status code but no content.
(Defined by WebDavExtensions.) |
Properties
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.
|
Remarks
The main purpose of this interface is to facilitate unit-testing.
See Also