DavExceptionCode Property
IT Hit WebDAV Classes Reference
HTTP status code and description that will be sent to client.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public DavStatus Code { get; set; }
Public Property Code As DavStatus
Get
Set
public:
property DavStatus Code {
DavStatus get ();
void set (DavStatus value);
}
member Code : DavStatus with get, set
Property Value
Type:
DavStatusSee Also