23 references to ClientRuntime
System.ServiceModel (23)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (2)
367
string contractName = null != serviceChannel.
ClientRuntime
? serviceChannel.
ClientRuntime
.ContractName : String.Empty;
System\ServiceModel\Channels\ServiceChannel.cs (12)
385
get { return this.
ClientRuntime
.GetRuntime().UnhandledProxyOperation; }
583
DispatchRuntime dispatchBehavior = this.
ClientRuntime
.DispatchRuntime;
617
if (!oneway && !this.
ClientRuntime
.ManualAddressing && rpc.Request.Version.Addressing != AddressingVersion.None)
965
DispatchRuntime dispatchBehavior = this.
ClientRuntime
.DispatchRuntime;
1184
if (!this.didInteractiveInitialization && (this.
ClientRuntime
.InteractiveChannelInitializers.Count > 0))
1186
IInteractiveChannelInitializer example = this.
ClientRuntime
.InteractiveChannelInitializers[0];
1203
if (this.
ClientRuntime
.InteractiveChannelInitializers.Count > 0)
1205
IInteractiveChannelInitializer example = this.
ClientRuntime
.InteractiveChannelInitializers[0];
1231
DispatchRuntime dispatchRuntime = this.
ClientRuntime
.DispatchRuntime;
1780
this.
ClientRuntime
.GetRuntime().DisplayInitializationUI(this);
1793
return this.
ClientRuntime
.GetRuntime().BeginDisplayInitializationUI(this, callback, state);
1798
this.
ClientRuntime
.GetRuntime().EndDisplayInitializationUI(result);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
382
serviceChannel.
ClientRuntime
.GetRuntime().InitializeChannel((IClientChannel)serviceChannel.Proxy);
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
46
this.proxyRuntime = serviceChannel.
ClientRuntime
.GetRuntime();
System\ServiceModel\ClientBase.cs (1)
1122
this.runtime = this.channel.
ClientRuntime
.GetRuntime();
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
348
ProxyOperationRuntime operationRuntime = channelBuilderSettings.ServiceChannel.
ClientRuntime
.GetRuntime().GetOperationByName(opDesc.Name);
System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
75
ClientRuntime clientRuntime = channel.
ClientRuntime
;
732
ClientRuntime clientRuntime = channel.
ClientRuntime
;
760
DispatchRuntime dispatchBehavior = this.channel.
ClientRuntime
.CallbackDispatchRuntime;
784
return this.channel.
ClientRuntime
.CallbackDispatchRuntime.ChannelDispatcher.HandleError(e, ref faultInfo);
1245
enableFaults = this.channel.
ClientRuntime
.EnableFaults;