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)
Parameters
- request
- Type: System.Net HttpListenerRequest
The HttpListenerRequest to adapt for WebDAV#.
| Exception | Condition |
|---|---|
| ArgumentNullException | request |
| ArgumentNullException | request is null. |