1 write to proxyRuntime
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
46
this.
proxyRuntime
= serviceChannel.ClientRuntime.GetRuntime();
1 reference to proxyRuntime
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
119
ProxyOperationRuntime operation = this.
proxyRuntime
.GetOperation(method, methodCall.Args, out canCacheMessageData);