2 instantiations of ProxyRpc
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
726ProxyRpc rpc = new ProxyRpc(this, operation, action, ins, timeout); 1700_rpc = new ProxyRpc(channel, operation, action, inputParameters, timeout);
11 references to ProxyRpc
System.ServiceModel.Primitives (11)
System\ServiceModel\Channels\ServiceChannel.cs (6)
526private void PrepareCall(ProxyOperationRuntime operation, bool oneway, ref ProxyRpc rpc) 639private void TraceClientOperationPrepared(ref ProxyRpc rpc) 726ProxyRpc rpc = new ProxyRpc(this, operation, action, ins, timeout); 912private void HandleReply(ProxyOperationRuntime operation, ref ProxyRpc rpc) 1005private void TerminateIfNecessary(ref ProxyRpc rpc) 1688internal ProxyRpc _rpc;
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
72internal void AfterReceiveReply(ref ProxyRpc rpc) 100internal void BeforeSendRequest(ref ProxyRpc rpc)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
124internal void AfterReply(ref ProxyRpc rpc) 188internal void BeforeRequest(ref ProxyRpc rpc)
System\ServiceModel\Dispatcher\TerminatingOperationBehavior.cs (1)
56internal static void AfterReply(ref ProxyRpc rpc)