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; }
Public Property Request As RequestAsync
Get
Set
public:
property RequestAsync^ Request {
RequestAsync^ get ();
void set (RequestAsync^ value);
}
member Request : RequestAsync with get, set
Property Value
Type:
RequestAsyncRemarks
This may not be necesserily the request that was passed to the constructor because
engine may wraps the request and response.
See Also