IHttpListenerContext InterfaceWebDAV#
This is an interface-version of the parts of HttpListenerContext that the WebDavServer requires to operator.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IHttpListenerContext : IAdapter<HttpListenerContext>

The IHttpListenerContext type exposes the following members.

Extension Methods
  NameDescription
Public Extension MethodSendSimpleResponse
Sends a simple response with a specified HTTP status code but no content.
(Defined by WebDavExtensions.)
Top
Properties
Remarks
The main purpose of this interface is to facilitate unit-testing.
See Also