Initializes a new instance of the HttpListenerContextAdapter class.
Namespace: WebDAVSharp.Server.AdaptersAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- context
- Type: System.Net HttpListenerContext
The HttpListenerContext to adapt for WebDAV#.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | context |
ArgumentNullException | context is null. |
See Also