2003-07-14 Jerome Laban <jlaban@wanadoo.fr>
authorJerome Laban <jerome@mono-cvs.ximian.com>
Mon, 14 Jul 2003 16:03:20 +0000 (16:03 -0000)
committerJerome Laban <jerome@mono-cvs.ximian.com>
Mon, 14 Jul 2003 16:03:20 +0000 (16:03 -0000)
commit3d171d4a851f48063699115b5b4c4ae29f2f42bf
tree913a6644283361e537538ba8dbdaece346ad3377
parent32ab64c0936f1ff98155c93a17365e04c826467f
2003-07-14  Jerome Laban <jlaban@wanadoo.fr>

        * Socket.cs:
        * ProtocolType.cs:
        * SocketOptionLevel.cs:
        * TcpListener.cs:
        * TcpClient.cs:
        * UdpClient.cs:

        Added IPv6 support.

        * IPv6MulticastOption.cs: Added for IPv6 support.

svn path=/trunk/mcs/; revision=16217
mcs/class/System/System.Net.Sockets/ChangeLog
mcs/class/System/System.Net.Sockets/IPv6MulticastOption.cs [new file with mode: 0755]
mcs/class/System/System.Net.Sockets/ProtocolType.cs
mcs/class/System/System.Net.Sockets/Socket.cs
mcs/class/System/System.Net.Sockets/SocketOptionLevel.cs
mcs/class/System/System.Net.Sockets/TcpClient.cs
mcs/class/System/System.Net.Sockets/TcpListener.cs
mcs/class/System/System.Net.Sockets/UdpClient.cs