DavContextBaseRequest Property
IT Hit WebDAV Classes Reference
Object representing current request.
Namespace: ITHit.WebDAV.ServerAssembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax public DavRequest Request { get; }
Public ReadOnly Property Request As DavRequest
Get
public:
property DavRequest^ Request {
DavRequest^ get ();
}
member Request : DavRequest with get
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