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