Click or drag to resize

ContextAsyncTHierarchyItemRequest Property

IT Hit WebDAV Classes Reference
Object representing current request.

Namespace:  ITHit.Server
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax
public RequestAsync Request { get; set; }

Property Value

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