2002-12-20 Lluis Sanchez Gual * MonoMethodMessage.cs: Implemented property Uri 2002-12-20 Lluis Sanchez Gual * ServerContextTerminatorSink.cs: Added * ServerObjectTerminatorSink.cs: Added * StackBuilderSink.cs: Added 2002-12-10 Jaime Anguiano Olarra * CallContext.c: Added to the CVS. 2002-08-22 Nick Drochak * RemotingSurrogateSelector.cs (SetRootObject): Function should return void, not object. 2002-08-03 Duncan Mak * MethodCall.cs: * MethodResponse.cs: More visibility fixes. Hopefully this is the last of it. 2002-08-02 Duncan Mak * MethodCall.cs: * MethodCallMessageWrapper.cs: * MethodReturnMessageWrapper.cs: Various visibility fixes. * RemotingSurrogateSelector.cs: Added, replaced RemoteSurrogateSelector. 2002-07-31 Duncan Mak * MethodCallMessageWrapper.cs: * MethodReturnMessageWrapper.cs: Revert the last patch and made it work. Thanks to Gonzalo for reminding me to chain the constructors. 2002-07-31 Duncan Mak * MethodCallMessageWrapper.cs: * MethodReturnMessageWrapper.cs: Remove reference to InternalMessageWrapper. It's probably an MS private class, even though it's visible in the documentation. 2002-07-31 Duncan Mak * InternalMessageWrapper.cs: * MessageSurrogateFilter.cs: * MethodCall.cs: * MethodCallMessageWrapper.cs: * MethodResponse.cs: * MethodReturnMessageWrapper.cs: * RemoteSurrogateSelector.cs: Added to CVS. * MonoMethodMessage.cs: * ReturnMessage.cs: Add set in the Uri property. 2002-07-24 Duncan Mak * OneWayAttribute.cs: Added to CVS. 2002-07-23 Duncan Mak * HeaderHandler.cs: Added. * IRemotingFormatter.cs: Added to CVS. * IMethodMessage.cs: IMethodMessage inherits from IMessage. Thu Apr 4 13:13:20 CEST 2002 Paolo Molaro * IMethodReturnMessage.cs: added IMethodMessage, IMessage interfaces. * ReturnMessage.cs: stubbed out Properties property. 2002-03-21 Dietmar Maurer * AsyncResult.cs: impl. 2002/03/04 Nick Drochak * Header.cs: Change properties into fields where they should be.