ChangeLog 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. 2004-04-16 Lluis Sanchez Gual <[email protected]>
  2. * TcpClientChannel.cs: Initialize the sink provider in the default
  3. constructor.
  4. 2004-03-04 Lluis Sanchez Gual <[email protected]>
  5. * TcpServerChannel.cs: In the ProcessMessages() loop, moved the closing of
  6. the stream to the finally block, so it is called if the thread is aborted.
  7. 2004-02-27 Lluis Sanchez Gual <[email protected]>
  8. * TcpClientTransportSink.cs: Set the RequestUri transport header before
  9. sending the request.
  10. 2004-02-23 Lluis Sanchez Gual <[email protected]>
  11. * TcpClientTransportSink.cs: Release the connection after sending an
  12. OneWay call. This fixes bug #54671.
  13. 2003-12-23 Lluis Sanchez Gual <[email protected]>
  14. * TcpServerChannel.cs: If useIpAddress and bindAddress are both specified,
  15. set bindAddress as the host address for the client.
  16. 2003-12-19 Lluis Sanchez Gual <[email protected]>
  17. * TcpServerChannel.cs: Fixes in channel initialization.
  18. 2003-12-12 Lluis Sanchez Gual <[email protected]>
  19. * TcpChannel.cs: Added null check.
  20. 2003-11-16 Lluis Sanchez Gual <[email protected]>
  21. * TcpClientChannel.cs: Added support for name and priority properties.
  22. * TcpServerChannel.cs: Added support for priority, bindTo, useIpAddress,
  23. machineName and supressChannelData properties.
  24. * TcpChannel.cs, TcpServerTransportSink.cs: Formatting change.
  25. 2003-11-13 Lluis Sanchez Gual <[email protected]>
  26. * TcpChannel.cs: take into account name and priority properties.
  27. 2003-11-12 Lluis Sanchez Gual <[email protected]>
  28. * TcpServerChannel.cs: Remove listener initialization and StartListening
  29. call from constructor. It is called now by the remoting framework.
  30. * TcpConnectionPool.cs: Removed fixme.
  31. Older log entries can be found in the System.Runtime.Remoting ChangeLog.