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