DavContextBaseAsyncResponse Property
IT Hit WebDAV Classes Reference
Object representing current response.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax public DavResponse Response { get; set; }
Public Property Response As DavResponse
Get
Set
public:
property DavResponse^ Response {
DavResponse^ get ();
void set (DavResponse^ value);
}
member Response : DavResponse with get, set
Property Value
Type:
DavResponseRemarks
This may not be necesserily the response that was passed to the constructor because
engine may wrap the request and response.
See Also