2009-05-14 Sebastien Pouliot <sebastien@ximian.com>
commit16d3fe27853ded5913e3423477671e4b8f5086da
authorSebastien Pouliot <sebastien@ximian.com>
Fri, 15 May 2009 00:31:55 +0000 (15 00:31 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Fri, 15 May 2009 00:31:55 +0000 (15 00:31 -0000)
treee97866a269a9393dd4a76804094e43408e5fae82
parent0939307e3933c96be2e12d9ea6d4383f8054d942
2009-05-14  Sebastien Pouliot  <sebastien@ximian.com>

* Socket_2_1.cs: Add ConnectAsync support for NET_2_1 which will
ensure the EndPoint has a valid policy before connecting.
* SocketAsyncEventArgs.cs: Add support for IList<ArraySegment<byte>>
when sending. Add ConnectSocket for NET_2_1

svn path=/trunk/mcs/; revision=134171
mcs/class/System/System.Net.Sockets/ChangeLog
mcs/class/System/System.Net.Sockets/SocketAsyncEventArgs.cs
mcs/class/System/System.Net.Sockets/Socket_2_1.cs