IHttpListenerResponse StatusCode Property WebDAV#
Gets or sets the HTTP status code to be returned to the client.

Namespace: WebDAVSharp.Server.Adapters
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
int StatusCode { get; set; }

Property Value

Type: Int32
The status code.
See Also