3 writes to ClientRuntime
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
71
ClientRuntime
= factory.ClientRuntime;
92
ClientRuntime
= endpointDispatcher.DispatchRuntime.CallbackClientRuntime;
216
ClientRuntime
= value.DispatchRuntime.CallbackClientRuntime;
26 references to ClientRuntime
System.ServiceModel.Primitives (26)
System\ServiceModel\Channels\ServiceChannel.cs (18)
176
if (
ClientRuntime
!= null)
178
return
ClientRuntime
.DispatchRuntime;
346
get { return
ClientRuntime
.GetRuntime().UnhandledProxyOperation; }
533
DispatchRuntime dispatchBehavior =
ClientRuntime
.DispatchRuntime;
560
if (!oneway && !
ClientRuntime
.ManualAddressing && rpc.Request.Version.Addressing != AddressingVersion.None)
660
ClientRuntime
.ContractName,
906
DispatchRuntime dispatchBehavior =
ClientRuntime
.DispatchRuntime;
944
if (operation.DeserializeReply &&
ClientRuntime
.IsFault(ref rpc.Reply))
946
MessageFault fault = MessageFault.CreateFault(rpc.Reply,
ClientRuntime
.MaxFaultSize);
1000
ClientRuntime
.ContractName,
1116
if (!_didInteractiveInitialization && (
ClientRuntime
.InteractiveChannelInitializers.Count > 0))
1118
IInteractiveChannelInitializer example =
ClientRuntime
.InteractiveChannelInitializers[0];
1135
if (
ClientRuntime
.InteractiveChannelInitializers.Count > 0)
1137
IInteractiveChannelInitializer example =
ClientRuntime
.InteractiveChannelInitializers[0];
1163
DispatchRuntime dispatchRuntime =
ClientRuntime
.DispatchRuntime;
1581
ClientRuntime
.GetRuntime().DisplayInitializationUI(this);
1594
return
ClientRuntime
.GetRuntime().BeginDisplayInitializationUI(this, callback, state);
1599
ClientRuntime
.GetRuntime().EndDisplayInitializationUI(result);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
353
serviceChannel.
ClientRuntime
.GetRuntime().InitializeChannel(clientChannel);
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
40
channelProxy._proxyRuntime = serviceChannel.
ClientRuntime
.GetRuntime();
System\ServiceModel\ClientBase.cs (1)
933
_runtime = _channel.
ClientRuntime
.GetRuntime();
System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
52
ClientRuntime clientRuntime = channel.
ClientRuntime
;
470
ClientRuntime clientRuntime = channel.
ClientRuntime
;
498
DispatchRuntime dispatchBehavior = Channel.
ClientRuntime
.CallbackDispatchRuntime;
522
return Channel.
ClientRuntime
.CallbackDispatchRuntime.ChannelDispatcher.HandleError(e, ref faultInfo);
911
enableFaults = Channel.
ClientRuntime
.EnableFaults;