Click or drag to resize

ContextAsyncTHierarchyItemResponse Property

IT Hit WebDAV Classes Reference
Object representing current response.

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

Property Value

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