Click or drag to resize

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; }

Property Value

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