Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Runtime.Remoting « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c233b763e82272e82ed1821a8b53f6683c37038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2002-09-03  Dietmar Maurer  <dietmar@ximian.com>

	* 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  <dietmar@ximian.com>

	* System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add
	more types.

2002-08-14  Rodrigo Moya <rodrigo@ximian.com>

	* TcpChannel.cs: new classes.