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