Re: [DOTNET] HttpWebResponse.StatusCode

2002-04-22 Thread Serdar Kilic
Sweet, thanks for the clarification Jim. Regards, Serdar Kilic | skilic.com - Original Message - From: "Jim Arnold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 23, 2002 12:49 AM Subject: Re: [DOTNET] HttpWebResponse.StatusCode > According

Re: [DOTNET] HttpWebResponse.StatusCode

2002-04-22 Thread Jim Arnold
According to the HTTP1.1 specs, the Status-Code and Reason-Phrase are related, but the former is intended for "use by automata", the latter for "the human user". I'd say that HttpWebResponse.StatusCode, an enumeration, maps to the Status-Code integer, while HttpWebResponse.StatusDescription is si