Click or drag to resize

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; }

Property Value

Type: DavRequest
Remarks
This may not be necesserily the request that was passed to the constructor because engine may wraps the request and response.
See Also