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)
Syntax
Parameters
- Response
- Type: System.Net HttpListenerResponse
The HttpListenerResponse to adapt for WebDAV#.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Response |
ArgumentNullException | Response is null. |
See Also