| 12345678910111213141516171819 |
- 2003-11-16 Lluis Sanchez Gual <[email protected]>
- * TcpClientChannel.cs: Added support for name and priority properties.
- * TcpServerChannel.cs: Added support for priority, bindTo, useIpAddress,
- machineName and supressChannelData properties.
- * TcpChannel.cs, TcpServerTransportSink.cs: Formatting change.
-
- 2003-11-13 Lluis Sanchez Gual <[email protected]>
- * TcpChannel.cs: take into account name and priority properties.
-
- 2003-11-12 Lluis Sanchez Gual <[email protected]>
- * TcpServerChannel.cs: Remove listener initialization and StartListening
- call from constructor. It is called now by the remoting framework.
- * TcpConnectionPool.cs: Removed fixme.
-
- Older log entries can be found in the System.Runtime.Remoting ChangeLog.
|