5 references to GetServiceChannel
System.ServiceModel.Primitives (5)
System\ServiceModel\ChannelFactory.cs (1)
580ServiceChannel serviceChannel = ServiceChannelFactory.GetServiceChannel(channel);
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
107ServiceChannel clientChannel = ServiceChannelFactory.GetServiceChannel(rpc.Channel.Proxy); 244_proxy = ServiceChannelFactory.GetServiceChannel(channel.Proxy);
System\ServiceModel\Dispatcher\InstanceContextProviderBase.cs (1)
47serviceChannel = ServiceChannelFactory.GetServiceChannel(channel);
System\ServiceModel\OperationContext.cs (1)
53serviceChannel = ServiceChannelFactory.GetServiceChannel(channel);