Click or drag to resize

DavContextBaseRequest Property

IT Hit WebDAV Classes Reference
Object representing current request.

Namespace: ITHit.WebDAV.Server
Assembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax
public DavRequest Request { get; }

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