20 references to ClientRuntime
dotnet-svcutil-lib (20)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (12)
377get { return ClientRuntime.GetRuntime().UnhandledProxyOperation; } 553DispatchRuntime dispatchBehavior = ClientRuntime.DispatchRuntime; 576if (!oneway && !ClientRuntime.ManualAddressing && rpc.Request.Version.Addressing != AddressingVersion.None) 903DispatchRuntime dispatchBehavior = ClientRuntime.DispatchRuntime; 1101if (!_didInteractiveInitialization && (ClientRuntime.InteractiveChannelInitializers.Count > 0)) 1103IInteractiveChannelInitializer example = ClientRuntime.InteractiveChannelInitializers[0]; 1120if (ClientRuntime.InteractiveChannelInitializers.Count > 0) 1122IInteractiveChannelInitializer example = ClientRuntime.InteractiveChannelInitializers[0]; 1148DispatchRuntime dispatchRuntime = ClientRuntime.DispatchRuntime; 1569ClientRuntime.GetRuntime().DisplayInitializationUI(this); 1582return ClientRuntime.GetRuntime().BeginDisplayInitializationUI(this, callback, state); 1587ClientRuntime.GetRuntime().EndDisplayInitializationUI(result);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
353serviceChannel.ClientRuntime.GetRuntime().InitializeChannel(clientChannel);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
40channelProxy._proxyRuntime = serviceChannel.ClientRuntime.GetRuntime();
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
536_runtime = _channel.ClientRuntime.GetRuntime();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
56ClientRuntime clientRuntime = channel.ClientRuntime; 478ClientRuntime clientRuntime = channel.ClientRuntime; 506DispatchRuntime dispatchBehavior = _channel.ClientRuntime.CallbackDispatchRuntime; 530return _channel.ClientRuntime.CallbackDispatchRuntime.ChannelDispatcher.HandleError(e, ref faultInfo); 902enableFaults = _channel.ClientRuntime.EnableFaults;