NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpResponse.StatusCode

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

[Visual Basic]
Public Property StatusCode As Integer
[C#]
public int StatusCode {get; set;}
[C++]
public: __property int get_StatusCode();
public: __property void set_StatusCode(int);
[JScript]
public function get StatusCode() : int;
public function set StatusCode(int);

Property Value

An Integer code representing the status of HTTP output returned to the client. Default value is 200.

See Also

HttpResponse Class | HttpResponse Members | System.Web Namespace