Click or drag to resize

OwinDavResponseStatusCode 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.Owin (in ITHit.WebDAV.Server.Owin.dll) Version: 5.6.3502
Syntax
public override int StatusCode { get; set; }

Property Value

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