Click or drag to resize

DavResponseStatusCode Property

IT Hit WebDAV Classes Reference
Gets or sets the HTTP status code 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 int StatusCode { get; set; }

Property Value

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