DavContextBaseResponse Property
IT Hit WebDAV Classes Reference
Object representing current response.
Namespace: ITHit.WebDAV.ServerAssembly: ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 4.5.3121.0
Syntax public DavResponse Response { get; }
Public ReadOnly Property Response As DavResponse
Get
public:
property DavResponse^ Response {
DavResponse^ get ();
}
member Response : DavResponse with get
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