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;
The value of Status will one of WebStatus values.
WebException Class | WebException Members | System.Net Namespace