3 instantiations of ServiceChannelFactoryOverRequestSession
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
98
return new
ServiceChannelFactoryOverRequestSession
(channelBuilder.BuildChannelFactory<IRequestSessionChannel>(), clientRuntime, channelBuilder.Binding, false);
167
return new
ServiceChannelFactoryOverRequestSession
(customBinding.BuildChannelFactory<IRequestSessionChannel>(parameters), clientRuntime, binding, false);
193
return new
ServiceChannelFactoryOverRequestSession
(customBinding.BuildChannelFactory<IRequestSessionChannel>(parameters), clientRuntime, binding, true);