2004-02-13 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Proxies / RealProxy.cs
2004-01-19 Lluis Sanchez* RealProxy.cs: Added setter for ObjectIdentity.
2003-11-26 Lluis SanchezRealProxy.cs: Signature fix.
2003-11-25 Lluis Sanchez * RealProxy.cs: Added some missing methods.
2003-11-19 Miguel de IcazaSignature fixes
2003-10-21 Lluis Sanchez * RealProxy.cs: In PrivateInvoke() do not try to retur...
2003-10-07 Lluis Sanchez * RealProxy.cs: Fixed support for [out] parameters...
2003-09-11 Lluis Sanchez * RemotingProxy.cs: Return message check moved to...
2003-08-24 Vladimir Vukicevic* RealProxy.cs, RemotingProxy.cs: move the LogicalCallC...
2003-07-28 Duncan Mak* TransportHeaders.cs: Added Serializable attribute.
2003-03-20 Lluis Sanchez * RealProxy.cs: added variables to support proxy bypas...
2003-03-03 Lluis Sanchez * ProxyAttribute.cs: Implemented.
2003-02-19 Lluis Sanchez * RealProxy.cs: Changed constructor to allow only...
2003-02-03 Patrik Torstensson2003-02-03 Patrik Torstensson
2003-01-28 Gonzalo Paniagua... 2003-01-28 Gonzalo Paniagua Javier <gonzalo@ximian...
2002-12-21 Miguel de Icaza2002-12-20 Lluis Sanchez Gual <lsg@ctv.es>
2002-09-05 Dietmar Maurer2002-09-03 Dietmar Maurer <dietmar@ximian.com>
2002-04-17 Dietmar Maureradded a new field to TransparentProxy
2002-04-01 Piers Hakenfixed member accessibility to match MS (corcompare).
2002-03-28 Dietmar Maurerstarted proxy support
2002-03-22 Dietmar Maureradded GetTransparentProxy stub
2002-03-22 Dietmar Maurernew remoting classes