dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/System/Net HttpWebRequest.cs, 1.16, 1.17


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/System/Net HttpWebRequest.cs, 1.16, 1.17
Date: Mon, 13 Oct 2003 00:58:27 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/System/Net
In directory subversions:/tmp/cvs-serv25218/System/Net

Modified Files:
        HttpWebRequest.cs 
Log Message:


Add missing resources and fix tag name spelling mistakes in the source.


Index: HttpWebRequest.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/Net/HttpWebRequest.cs,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** HttpWebRequest.cs   18 Jul 2003 20:12:32 -0000      1.16
--- HttpWebRequest.cs   13 Oct 2003 00:58:25 -0000      1.17
***************
*** 105,109 ****
                                S._("Arg_OutOfRange"));
                if(rangeSpecifier == null)
!                       throw new 
ArgumentNullException("rangeSpecifier",S._("Arg_Null"));
  
                if(this.Method != null && ! this.Method.Equals("GET"))
--- 105,109 ----
                                S._("Arg_OutOfRange"));
                if(rangeSpecifier == null)
!                       throw new ArgumentNullException("rangeSpecifier");
  
                if(this.Method != null && ! this.Method.Equals("GET"))
***************
*** 117,121 ****
                        throw new 
ArgumentOutOfRangeException("from",S._("Arg_OutOfRange"));
                if(rangeSpecifier == null)
!                       throw new 
ArgumentNullException("rangeSpecifier",S._("Arg_Null"));
                if(this.Method != null && ! this.Method.Equals("GET"))
                        throw new InvalidOperationException("Invalid Method");
--- 117,121 ----
                        throw new 
ArgumentOutOfRangeException("from",S._("Arg_OutOfRange"));
                if(rangeSpecifier == null)
!                       throw new ArgumentNullException("rangeSpecifier");
                if(this.Method != null && ! this.Method.Equals("GET"))
                        throw new InvalidOperationException("Invalid Method");





reply via email to

[Prev in Thread] Current Thread [Next in Thread]