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
C#
VB
C++
F#
Copy to Clipboard
Print
int
StatusCode
{
get
;
set
; }
int StatusCode { get; set; }
Property Value
Type:
Int32
The status code.
See Also
Reference
IHttpListenerResponse Interface
WebDAVSharp.Server.Adapters Namespace