2 instantiations of ProxyRpc
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
789ProxyRpc rpc = new ProxyRpc(this, operation, action, ins, timeout); 1902this.Rpc = new ProxyRpc(channel, operation, action, inputParameters, timeout);
12 references to ProxyRpc
System.ServiceModel (12)
System\ServiceModel\Channels\ServiceChannel.cs (6)
576void PrepareCall(ProxyOperationRuntime operation, bool oneway, ref ProxyRpc rpc) 701private void TraceClientOperationPrepared(ref ProxyRpc rpc) 789ProxyRpc rpc = new ProxyRpc(this, operation, action, ins, timeout); 974void HandleReply(ProxyOperationRuntime operation, ref ProxyRpc rpc) 1068void TerminateIfNecessary(ref ProxyRpc rpc) 1890internal ProxyRpc Rpc;
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (3)
94internal void AfterReceiveReply(ref ProxyRpc rpc) 139internal void BeforeSendRequest(ref ProxyRpc rpc) 207static void SendTransaction(ref ProxyRpc rpc)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
160internal void AfterReply(ref ProxyRpc rpc) 254internal void BeforeRequest(ref ProxyRpc rpc)
System\ServiceModel\Dispatcher\TerminatingOperationBehavior.cs (1)
55internal static void AfterReply(ref ProxyRpc rpc)