| 1234567891011121314151617181920212223242526272829303132333435 |
- 2002-12-29 Lluis Sanchez Gual <[email protected]>
- * CommonTransportKeys.cs: Implemented and added to CVS
- * TcpChannel.cs: Added. It is a more ore less complete implementation
- of the tcp channel, although not yet compatible with MS TcpChannel.
- * TcpClientChannel.cs: Added
- * TcpClientTransportSink.cs: Added
- * TcpClientTransportSinkProvider.cs: Added
- * TcpConnectionPool.cs: Added
- * TcpMessageIO.cs: Added
- * TcpServerChannel.cs: Added
- * TcpServerTransportSink.cs: Added
- * SimpleWireFormat.cs: Corrected a bug in method SerializeObject
- * SimpleServerFormatterSink.cs: Some small corrections
- * SimpleClientFormatterSink.cs: Some small corrections
- 2002-09-03 Dietmar Maurer <[email protected]>
- * System.Runtime.Remoting.Channels.CORBA/CORBAChannel.cs:
- impl. the channel wrapper.
- * System.Runtime.Remoting.Channels.Simple/SimpleChannel.cs:
- impl. the channel wrapper.
- * System.Runtime.Remoting.Channels.Simple/SimpleServerChannel.cs
- (GetUrlsForUri): use all available channel uris.
- 2002-08-30 Dietmar Maurer <[email protected]>
- * System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add
- more types.
- 2002-08-14 Rodrigo Moya <[email protected]>
- * TcpChannel.cs: new classes.
|