4 types derived from RealProxy
mscorlib (1)
system\runtime\remoting\remotingproxy.cs (1)
27internal class RemotingProxy : RealProxy, IRemotingTypeInfo
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
27sealed class ServiceChannelProxy : RealProxy, IRemotingTypeInfo
System\ServiceModel\ComIntegration\TearOffProxy.cs (1)
16class TearOffProxy : RealProxy, IDisposable
System.Workflow.Activities (1)
LocalService\MethodMessage.cs (1)
316private sealed class CallContextProxy : System.Runtime.Remoting.Proxies.RealProxy
51 references to RealProxy
mscorlib (44)
system\rttype.cs (2)
4377RealProxy realProxy = System.Runtime.Remoting.RemotingServices.GetRealProxy(value); 5682RealProxy.PropagateOutParameters(reqMsg, aArgs, ret);
system\runtime\remoting\__transparentproxy.cs (1)
31private RealProxy _rp; // Reference to the real proxy
system\runtime\remoting\channelservices.cs (1)
454RealProxy rp = RemotingServices.GetRealProxy(obj);
system\runtime\remoting\enterpriseserviceshelper.cs (2)
57public static void SwitchWrappers(RealProxy oldcp, RealProxy newcp)
system\runtime\remoting\identityholder.cs (3)
300RealProxy rp = null; 777RealProxy rp = RemotingServices.GetRealProxy(obj); 807RealProxy rp = RemotingServices.GetRealProxy(obj);
system\runtime\remoting\lease.cs (2)
241RealProxy rp = sponsorId as RealProxy;
system\runtime\remoting\proxyattribute.cs (2)
72public virtual RealProxy CreateProxy(ObjRef objRef, 82RealProxy.SetStubData(rp, serverContext.InternalContextID);
system\runtime\remoting\realproxy.cs (2)
364public static extern void SetStubData(RealProxy rp, Object stubData); 376public static extern Object GetStubData(RealProxy rp);
system\runtime\remoting\redirectionproxy.cs (2)
21private RealProxy _realProxy; 60RealProxy rp = RemotingServices.GetRealProxy(obj);
system\runtime\remoting\remotingproxy.cs (2)
391retMsg = RealProxy.EndInvokeHelper(reqMsg, true); 539RealProxy.EndInvokeHelper(m, false);
system\runtime\remoting\remotingservices.cs (19)
94RealProxy rp = GetRealProxy(tp); 150RealProxy rp = GetRealProxy(tp); 182public static extern RealProxy GetRealProxy(Object proxy); 193RealProxy rp, 206RealProxy rp, 544RealProxy realProxy = GetRealProxy(Obj); 687RealProxy realProxy = GetRealProxy(Obj); 926RealProxy rp = GetRealProxy(obj); 947RealProxy rp = GetRealProxy(obj); 1075RealProxy rp = GetRealProxy(proxy); 1118RealProxy rp2 = GetRealProxy(proxy); 1484RealProxy realProxy = null; 1722private static bool CheckCast(RealProxy rp, RuntimeType castType) 1782internal static bool ProxyCheckCast(RealProxy rp, RuntimeType castType) 2219RealProxy rp=GetRealProxy(tp); 2260RealProxy rp = GetRealProxy(tp); 2328RealProxy rp = GetRealProxy(obj); 2352RealProxy rp = GetRealProxy(tp); 2473RealProxy rp = GetRealProxy(target);
system\runtime\remoting\remotingsurrogateselector.cs (1)
157RealProxy rp = RemotingServices.GetRealProxy(obj);
system\runtime\remoting\serveridentity.cs (2)
141RealProxy rp = RemotingServices.GetRealProxy(obj); 310RealProxy rp = null;
system\runtime\serialization\objectclonehelper.cs (1)
66RealProxy rp = RemotingServices.GetRealProxy(serObj);
system\runtime\serialization\serializationinfo.cs (2)
536RealProxy proxy = RemotingServices.GetRealProxy(value); 569RealProxy proxy = RemotingServices.GetRealProxy(value);
System.ServiceModel (7)
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
519RealProxy proxy; 522internal MbrObject(RealProxy proxy, Type targetType)
System\ServiceModel\ComIntegration\ICreateServiceChannel.cs (1)
14RealProxy CreateChannel ();
System\ServiceModel\ComIntegration\TearOffProxy.cs (1)
34RealProxy delegatingProxy = null;
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (3)
28volatile RealProxy serviceProxy = null; 89RealProxy ICreateServiceChannel.CreateChannel() 125RealProxy localProxy = RemotingServices.GetRealProxy(transparentProxy);