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