2009-09-27 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Sun, 27 Sep 2009 14:51:42 +0000 (14:51 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Sun, 27 Sep 2009 14:51:42 +0000 (14:51 -0000)
commite0ce50685b9cb97995ec6db216a82ef2af934f25
tree49065e25c9e2c42718bdf124b8d8ba3e26e15586
parent2461f9721c52ef091a0871746e00369a22eda47f
2009-09-27  Sebastien Pouliot  <sebastien@ximian.com>

* SocketAsyncEventArgs.cs: Don't use Socket.Poll for NET_2_1.
Throw NIE for use of BufferList in Receive.
* Socket.cs: Move Close(int) to Socket_2_1.cs. Remove NET_2_1
defines since the file is not used by Moonlight
* Socket_2_1.cs: Add Close(int) from Socket. Define out Poll
and Blocking.

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