8 references to GetRuntime
System.ServiceModel (8)
System\ServiceModel\Channels\ServiceChannel.cs (4)
385
get { return this.ClientRuntime.
GetRuntime
().UnhandledProxyOperation; }
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);