Click or drag to resize

OwinDavResponseStatusDescription Property

IT Hit WebDAV Classes Reference
Sets the HTTP status string of the output returned to the client.

Namespace: ITHit.WebDAV.Server.Extensibility
Assembly: ITHit.WebDAV.Server.Owin (in ITHit.WebDAV.Server.Owin.dll) Version: 5.6.3502
Syntax
public override string StatusDescription { set; }

Property Value

Type: String
A string describing the status of the HTTP output returned to the client.
See Also