HttpListenerContextAdapter Constructor WebDAV#
Initializes a new instance of the HttpListenerContextAdapter class.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public HttpListenerContextAdapter(
	HttpListenerContext context
)

Parameters

context
Type: System.Net HttpListenerContext
The HttpListenerContext to adapt for WebDAV#.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext
ArgumentNullExceptioncontext is null.
See Also