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 EndPoint.cs,1.3,1.4


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System/Net EndPoint.cs,1.3,1.4
Date: Mon, 26 May 2003 03:43:02 -0400

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

Modified Files:
        EndPoint.cs 
Log Message:


Implement the "System.Net.IrDA" assembly, which is found in the
.NET Compact Framework.


Index: EndPoint.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/Net/EndPoint.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** EndPoint.cs 15 Jun 2002 23:21:56 -0000      1.3
--- EndPoint.cs 26 May 2003 07:43:00 -0000      1.4
***************
*** 34,37 ****
--- 34,42 ----
                        }
        
+       public virtual SocketAddress Serialize()
+                       {
+                               throw new NotSupportedException();
+                       }
+ 
        public virtual AddressFamily AddressFamily 
                        { 





reply via email to

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