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.StatusDescription

Gets the status description returned with the response.

[Visual Basic]
Overridable Public ReadOnly Property StatusDescription As String
[C#]
public string StatusDescription {override get;}
[C++]
public: __property virtual String* get_StatusDescription();
[JScript]
public function get StatusDescription() : String;

See Also

HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace