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!

WebException.Status

Gets the status of the response.

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

Remarks

The value of Status will one of WebStatus values.

See Also

WebException Class | WebException Members | System.Net Namespace