Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

23 lines
684 B
Plaintext

2010-05-29 Robert Jordan <robertj@gmx.net>
* IpcChannelHelper.cs (copy): Take into account that the remoting
stack is internally using MemoryStreams all over the place.
Fixes bug #609381 as a side effect.
* IpcChannel.cs (.ctor): Create an IpcClientChannel as well.
2005-11-05 Robert Jordan <robertj@gmx.net>
* IpcClientChannel.cs, IpcServerChannel.cs: Added missing ctors.
2005-11-04 Robert Jordan <robertj@gmx.net>
* IpcChannelHelper.cs: Removed the colon from the invalid pipe name
chars, because it is a valid char on NT systems and some .NET IPC
channel samples contain a colon in their port names.
2005-10-16 Robert Jordan <robertj@gmx.net>
* Imported