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