3 instantiations of ServiceChannelFactoryOverRequestSession
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
96
return new
ServiceChannelFactoryOverRequestSession
(channelBuilder.BuildChannelFactory<IRequestSessionChannel>(), clientRuntime, channelBuilder.Binding, false);
161
return new
ServiceChannelFactoryOverRequestSession
(customBinding.BuildChannelFactory<IRequestSessionChannel>(parameters), clientRuntime, binding, false);
187
return new
ServiceChannelFactoryOverRequestSession
(customBinding.BuildChannelFactory<IRequestSessionChannel>(parameters), clientRuntime, binding, true);