| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- 2002-12-20 Lluis Sanchez Gual <[email protected]>
- * MonoMethodMessage.cs: Implemented property Uri
- 2002-12-20 Lluis Sanchez Gual <[email protected]>
- * ServerContextTerminatorSink.cs: Added
- * ServerObjectTerminatorSink.cs: Added
- * StackBuilderSink.cs: Added
- 2002-12-10 Jaime Anguiano Olarra <[email protected]>
- * CallContext.c: Added to the CVS.
- 2002-08-22 Nick Drochak <[email protected]>
- * RemotingSurrogateSelector.cs (SetRootObject): Function should return
- void, not object.
- 2002-08-03 Duncan Mak <[email protected]>
- * MethodCall.cs:
- * MethodResponse.cs: More visibility fixes. Hopefully this is the
- last of it.
- 2002-08-02 Duncan Mak <[email protected]>
- * MethodCall.cs:
- * MethodCallMessageWrapper.cs:
- * MethodReturnMessageWrapper.cs: Various visibility fixes.
- * RemotingSurrogateSelector.cs: Added, replaced RemoteSurrogateSelector.
- 2002-07-31 Duncan Mak <[email protected]>
-
- * 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 <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * OneWayAttribute.cs: Added to CVS.
- 2002-07-23 Duncan Mak <[email protected]>
- * HeaderHandler.cs: Added.
- * IRemotingFormatter.cs: Added to CVS.
- * IMethodMessage.cs: IMethodMessage inherits from IMessage.
- Thu Apr 4 13:13:20 CEST 2002 Paolo Molaro <[email protected]>
- * IMethodReturnMessage.cs: added IMethodMessage, IMessage interfaces.
- * ReturnMessage.cs: stubbed out Properties property.
- 2002-03-21 Dietmar Maurer <[email protected]>
- * AsyncResult.cs: impl.
- 2002/03/04 Nick Drochak <[email protected]>
- * Header.cs: Change properties into fields where they should be.
|