HttpListenerResponseAdapter Constructor WebDAV#
Initializes a new instance of the HttpListenerResponseAdapter class.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public HttpListenerResponseAdapter(
	HttpListenerResponse Response
)

Parameters

Response
Type: System.Net HttpListenerResponse
The HttpListenerResponse to adapt for WebDAV#.
Exceptions
ExceptionCondition
ArgumentNullExceptionResponse
ArgumentNullExceptionResponse is null.
See Also