23 lines
684 B
Plaintext
Raw Normal View History

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