ChangeLog 748 B

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