IResponse.StatusCode Property

IT Hit WebDAV for .NET

Gets or sets the HTTP status code of the output returned to the client.

[Visual Basic]
Property StatusCode As Integer
[C#]
int StatusCode {get; set;}

Property Value

An Integer representing the status of the HTTP output returned to the client.

See Also

IResponse Interface | ITHit.WebDAV.Server Namespace