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;
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.
HttpWebResponse Class | HttpWebResponse Members | System.Net Namespace