Click or drag to resize

ResponseAsyncStatusCode Property

IT Hit WebDAV Classes Reference
Gets or sets the HTTP status code of the output returned to the client.

Namespace:  ITHit.Server
Assembly:  ITHit.Server (in ITHit.Server.dll) Version: 13.3.13068
Syntax
public abstract int StatusCode { get; set; }

Property Value

Type: Int32
An Integer representing the status of the HTTP output returned to the client.
See Also