3 references to GetServiceChannelFromProxy
System.ServiceModel (3)
System\ServiceModel\Dispatcher\PerSessionInstanceContextProvider.cs (2)
29ServiceChannel serviceChannel = this.GetServiceChannelFromProxy(channel); 36ServiceChannel serviceChannel = GetServiceChannelFromProxy(channel);
System\ServiceModel\Dispatcher\SingletonInstanceContextProvider.cs (1)
70ServiceChannel serviceChannel = this.GetServiceChannelFromProxy(channel);