2003-04-10 Lluis Sanchez Gual * RemotingProxy.cs: Added support for Async and OneWay messages. 2003-03-20 Lluis Sanchez Gual * RealProxy.cs: added variables to support proxy bypass when the called CBO is in the same context as the caller. * RemotingProxy.cs: added suport for dynamic sinks. Activation code moved to ActivationServices. 2003-03-03 Lluis Sanchez Gual * ProxyAttribute.cs: Implemented. * RealProxy.cs: Added stubs for some missing methods. * RemotingProxy.cs: The activation constructor now creates the ConstructionCall message and collects the context properties. Activation of objects now use IActivator instances. 2003-02-18 Lluis Sanchez Gual * RealProxy.cs: Changed constructor to allow only ClientIdentity instances. * RemotingProxy.cs: Added new constructor for client activated objects. Added method that handles construction messages. 2003-02-03 Patrik Torstensson * RealProxy.cs: changed excption behavior and added serialization helpers, changed so it don't create a new TP for each gettp call. * RemotingProxy.cs: added functions to short cut calls to GetHashCode and GetType, same behavior as MS. 2003-01-28 Gonzalo Paniagua Javier * RealProxy.cs: fixed compilation by adding missing GetObjectData (). 2002-12-20 Lluis Sanchez Gual * RealProxy.cs: Added ObjectIdentity property. Implemented CrateObjRef. * RemotingProxy.cs: Added Identity parameter to constructor 2002-07-24 Duncan Mak * ProxyAttribute.cs: Revert the last commit. * System.Runtime.Remoting.Proxies/ProxyAttribute.cs: This implements IContextAttribute. 2002-07-23 Duncan Mak * System.Runtime.Remoting.Proxies/ProxyAttribute.cs: Added.