HttpListenerContextAdapter 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
public IHttpListenerResponse Response { get; }

Property Value

Type: IHttpListenerResponse

Implements

IHttpListenerContext Response
See Also