IHttpListenerContext
Request Property
WebDAV#
Gets the
IHttpListenerRequest
request 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
IHttpListenerRequest
Request
{
get
; }
IHttpListenerRequest Request { get; }
Property Value
Type:
IHttpListenerRequest
The request.
See Also
Reference
IHttpListenerContext Interface
WebDAVSharp.Server.Adapters Namespace