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