DavContextBaseAsyncRequest Property
IT Hit WebDAV Classes Reference
Object representing current request.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax public DavRequest Request { get; set; }
Public Property Request As DavRequest
Get
Set
public:
property DavRequest^ Request {
DavRequest^ get ();
void set (DavRequest^ value);
}
member Request : DavRequest with get, set
Property Value
Type:
DavRequestRemarks
This may not be necesserily the request that was passed to the constructor because
engine may wraps the request and response.
See Also