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

ChangeLog « System.Runtime.Remoting.Channels.Ipc « System.Runtime.Remoting « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64c884079d4a0320dc9a8507c2a258efc7aa5b0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2008-08-09  Gert Driesen  <drieseng@users.sourceforge.net>

	* IpcChannel.cs: Fixed argument names to match MS.
	* IpcClientChannel.cs: Fixed argument names to match MS. Made
	CreateMessageSink virtual to match MS.
	* IpcServerChannel.cs: Fixed argument names to match MS. Made
	GetUrlsForUri virtual to match MS.

2005-11-05  Robert Jordan  <robertj@gmx.net>

	* IpcServerChannel.cs: Implemented missing GetChannelUri ().
	  Ipc*.cs: Removed the reflective channel factory.

2005-10-16  Robert Jordan  <robertj@gmx.net>

	* Imported