* TcpClientChannel.cs: Fixed constructor.
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.Channels / ChangeLog
1 2003-08-22  Lluis Sanchez Gual  <lluis@ximian.com>
2
3         * SoapClientFormatterSink.cs: Fixed a some bugs to make async calls work.
4         * SoapMessageFormatter.cs: Fixed some problems with out and ref parameters.
5         * SoapServerFormatterSink.cs: Improved catching of exceptions.
6
7 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
8
9         * SoapMessageFormatter.cs: ParameterInfo.Position is now zero-based.
10           Fixed methods that use it.
11
12 2003-07-09:  Jean-Marc AndrĂ© <jean-marc.andre@polymtl.ca>
13
14         * SoapClientFormatterSink.cs, SoapClientFormatterSinkProvider.cs, 
15         SoapServerFormatterSink.cs, SoapServerFormatterSinkProvider.cs, 
16         SoapMessageFormatter.cs: Support for the soap serialization added to
17         the remoting infrastructure.