| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- 2004-07-15 Lluis Sanchez Gual <[email protected]>
- * TcpServerChannel.cs: Set channel name from the provided properties.
- This fixes bug #61592.
- 2004-05-13 Lluis Sanchez Gual <[email protected]>
- * TcpChannel.cs: Made Init private.
- * TcpClientTransportSink.cs, TcpClientTransportSinkProvider.cs,
- TcpServerTransportSink.cs: Made internal.
- 2004-04-16 Lluis Sanchez Gual <[email protected]>
- * TcpClientChannel.cs: Initialize the sink provider in the default
- constructor.
- 2004-03-04 Lluis Sanchez Gual <[email protected]>
- * TcpServerChannel.cs: In the ProcessMessages() loop, moved the closing of
- the stream to the finally block, so it is called if the thread is aborted.
- 2004-02-27 Lluis Sanchez Gual <[email protected]>
- * TcpClientTransportSink.cs: Set the RequestUri transport header before
- sending the request.
- 2004-02-23 Lluis Sanchez Gual <[email protected]>
- * TcpClientTransportSink.cs: Release the connection after sending an
- OneWay call. This fixes bug #54671.
- 2003-12-23 Lluis Sanchez Gual <[email protected]>
- * TcpServerChannel.cs: If useIpAddress and bindAddress are both specified,
- set bindAddress as the host address for the client.
- 2003-12-19 Lluis Sanchez Gual <[email protected]>
- * TcpServerChannel.cs: Fixes in channel initialization.
- 2003-12-12 Lluis Sanchez Gual <[email protected]>
- * TcpChannel.cs: Added null check.
- 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.
|