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
C#
VB
C++
F#
Copy to Clipboard
Print
public
IHttpListenerResponse
Response
{
get
; }
public IHttpListenerResponse Response { get; }
Property Value
Type:
IHttpListenerResponse
Implements
IHttpListenerContext
Response
See Also
Reference
HttpListenerContextAdapter Class
WebDAVSharp.Server.Adapters Namespace