DavResponseStatusDescription 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 (in ITHit.WebDAV.Server.dll) Version: 7.1.4620
Syntax public abstract string StatusDescription { set; }
Public MustOverride WriteOnly Property StatusDescription As String
Set
public:
virtual property String^ StatusDescription {
void set (String^ value) abstract;
}
abstract StatusDescription : string with set
Property Value
Type:
String
A string describing the status of the HTTP output returned to the client.
See Also