IHttpListenerContext Response Property WebDAV#
Gets the IHttpListenerResponse response adapter.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IHttpListenerResponse Response { get; }

Property Value

Type: IHttpListenerResponse
The response.
See Also