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

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

[Dotgnu-pnet-commits] CVS: pnetlib/System/Net WebRequest.cs,1.6,1.7


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/Net WebRequest.cs,1.6,1.7
Date: Thu, 19 Dec 2002 23:39:58 -0500

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

Modified Files:
        WebRequest.cs 
Log Message:
Patch #871 for File.cs and Cosmetic changes for WebRequest


Index: WebRequest.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/Net/WebRequest.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** WebRequest.cs       20 Dec 2002 03:13:04 -0000      1.6
--- WebRequest.cs       20 Dec 2002 04:39:56 -0000      1.7
***************
*** 83,88 ****
                if (requestUriString == null)
                {
!                       throw new ArgumentNullException("requestUriString",
!                                                                               
        S._("Arg_NotNull"));
                }
  
--- 83,87 ----
                if (requestUriString == null)
                {
!                       throw new ArgumentNullException("requestUriString");
                }
  
***************
*** 229,233 ****
  
        internal WebRequestCreator()
!               {}
        
        public WebRequest Create(Uri uri)
--- 228,233 ----
  
        internal WebRequestCreator()
!       {
!       }
        
        public WebRequest Create(Uri uri)
***************
*** 243,253 ****
                get
                {
!                       throw new NotSupportedException("ConnectionGroupName ");
                }
                
                set
                {
!                       throw new NotSupportedException("ConnectionGroupName ");
!               } 
        }
  
--- 243,253 ----
                get
                {
!                       throw new NotSupportedException("ConnectionGroupName");
                }
                
                set
                {
!                       throw new NotSupportedException("ConnectionGroupName");
!               }
        }
  




reply via email to

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