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