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!

HttpWebResponse.Status

Gets a number indicating the status of the response.

[Visual Basic]
Overridable Public ReadOnly Property Status As Integer
[C#]
public int Status {override get;}
[C++]
public: __property virtual int get_Status();
[JScript]
public function get Status() : int;

Remarks

The Status parameter is a number indicating the status of the HTTP response. The expected values for status can be found in the HttpStatusCode class.

See Also

HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace