2 instantiations of ProxyRpc
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
731
ProxyRpc rpc = new
ProxyRpc
(this, operation, action, ins, timeout);
1663
Rpc = new
ProxyRpc
(channel, operation, action, inputParameters, timeout);
9 references to ProxyRpc
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (5)
546
private void PrepareCall(ProxyOperationRuntime operation, bool oneway, ref
ProxyRpc
rpc)
644
private void TraceClientOperationPrepared(ref
ProxyRpc
rpc)
731
ProxyRpc
rpc = new ProxyRpc(this, operation, action, ins, timeout);
909
private void HandleReply(ProxyOperationRuntime operation, ref
ProxyRpc
rpc)
1651
internal
ProxyRpc
Rpc;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
87
internal void AfterReceiveReply(ref
ProxyRpc
rpc)
115
internal void BeforeSendRequest(ref
ProxyRpc
rpc)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
144
internal void AfterReply(ref
ProxyRpc
rpc)
208
internal void BeforeRequest(ref
ProxyRpc
rpc)