Initializes a new instance of the HttpListenerResponseAdapter class.
Namespace: WebDAVSharp.Server.AdaptersAssembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Parameters
- Response
- Type: System.Net.HttpListenerResponse
The HttpListenerResponse to adapt for WebDAV#.

Exception | Condition |
---|---|
ArgumentNullException | Response |
ArgumentNullException | Response is null. |
