ResponseAsyncStatusDescription Property
IT Hit WebDAV Classes Reference
Sets the HTTP status string of the output returned to the client.
Namespace:
ITHit.Server
Assembly:
ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
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