| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- 2002-05-17 Lawrence Pit <[email protected]>
- * TcpListener.cs: Renamed LocalEndPoint to LocalEndpoint
- * NetworkStream.cs, UdpClient.cs and TcpClient.cs: modified disposable
- routines, added checks for disposed state.
- * UdpClient.cs: commented out GetHashCode and Equals as it's not
- overriden in ms.net implementation.
- 2002-05-17 Jaroslaw Kowalski <[email protected]>
- * TcpClient.cs: fixed SetTcpClient so that
- TcpListener.AcceptTcpClient works and allows
- you to call GetStream() on its result
- 2002-04-24 Dick Porter <[email protected]>
- * Socket.cs (Poll): Give correct argument to Select(), as spotted
- by Jaroslaw Kowalski <[email protected]>
- 2002-04-16 Gonzalo Paniagua Javier <[email protected]>
- * UdpClient.cs: implemented.
- 2002-04-02 Dick Porter <[email protected]>
- * TcpListener.cs: in Start(), set the socket listen backlog value
- to a sane value (noticed by Jonathan Stowe <[email protected]>)
- 2002-02-13 Dick Porter <[email protected]>
- * Socket.cs: Implemenent Select, Blocking, Connected,
- GetSocketOption, Poll, SetSocketOption and Shutdown
- * MulticastOption.cs:
- * LingerOption.cs: Delete override methods that don't need to be
- implemented
- 2002-01-23 Miguel de Icaza <[email protected]>
- * NetworkStream.cs: Implement class.
- 2002-01-23 Dick Porter <[email protected]>
- * SocketException.cs: Implemented
- * Socket.cs: Implemented most methods
- * LingerOption.cs: Made compile
- * AddressFamily.cs: Removed empty auto-generated comments
- 2002-01-17 Miguel de Icaza <[email protected]>
- * SocketException.cs: Reimplemented.
- 2002-01-06 Ravi Pratap <[email protected]>
- * ChangeLog : Add to this directory.
- * SocketException.cs, TcpClient.cs, TcpListener.cs : MonoTODO
- attribute decoration.
|