WebDavException StatusDescription Property WebDAV#
Gets the status description for the HTTP StatusCode.

Namespace: WebDAVSharp.Server.Exceptions
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string StatusDescription { get; }

Property Value

Type: String
The status description.
See Also