* TcpChannel.cs: Made Init private.
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels.Tcp / ChangeLog
1 2004-05-13  Lluis Sanchez Gual <lluis@ximian.com>
2
3         * TcpChannel.cs: Made Init private.
4         * TcpClientTransportSink.cs, TcpClientTransportSinkProvider.cs,
5           TcpServerTransportSink.cs: Made internal.
6
7 2004-04-16  Lluis Sanchez Gual  <lluis@ximian.com>
8
9         * TcpClientChannel.cs: Initialize the sink provider in the default
10           constructor.
11
12 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
13
14         * TcpServerChannel.cs: In the ProcessMessages() loop, moved the closing of
15           the stream to the finally block, so it is called if the thread is aborted.
16
17 2004-02-27  Lluis Sanchez Gual  <lluis@ximian.com>
18
19         * TcpClientTransportSink.cs: Set the RequestUri transport header before 
20           sending the request.
21
22 2004-02-23  Lluis Sanchez Gual <lluis@ximian.com>
23
24         * TcpClientTransportSink.cs: Release the connection after sending an
25           OneWay call. This fixes bug #54671.
26
27 2003-12-23  Lluis Sanchez Gual <lluis@ximian.com>
28
29         * TcpServerChannel.cs: If useIpAddress and bindAddress are both specified,
30           set bindAddress as the host address for the client.
31
32 2003-12-19  Lluis Sanchez Gual <lluis@ximian.com>
33
34         * TcpServerChannel.cs: Fixes in channel initialization.
35
36 2003-12-12  Lluis Sanchez Gual  <lluis@ximian.com>
37
38         * TcpChannel.cs: Added null check.
39
40 2003-11-16  Lluis Sanchez Gual  <lluis@ximian.com>
41
42         * TcpClientChannel.cs: Added support for name and priority properties.
43         * TcpServerChannel.cs: Added support for priority, bindTo, useIpAddress,
44           machineName and supressChannelData properties.
45         * TcpChannel.cs, TcpServerTransportSink.cs: Formatting change.
46                   
47 2003-11-13  Lluis Sanchez Gual <lluis@ximian.com>
48
49         * TcpChannel.cs: take into account name and priority properties.
50         
51 2003-11-12  Lluis Sanchez Gual <lluis@ximian.com>
52
53         * TcpServerChannel.cs: Remove listener initialization and StartListening
54           call from constructor. It is called now by the remoting framework.
55         * TcpConnectionPool.cs: Removed fixme.
56         
57         Older log entries can be found in the System.Runtime.Remoting ChangeLog.
58