HttpListenerResponseAdapter StatusDescription Property WebDAV#
Gets or sets a text description of the HTTP status code returned to the client.

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

Property Value

Type: String

Implements

IHttpListenerResponse StatusDescription
See Also