2 references to ServiceChannelFactoryOverOutputSession
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
156
return new
ServiceChannelFactoryOverOutputSession
(customBinding.BuildChannelFactory<IOutputSessionChannel>(parameters), clientRuntime, binding, false);
182
return new
ServiceChannelFactoryOverOutputSession
(customBinding.BuildChannelFactory<IOutputSessionChannel>(parameters), clientRuntime, binding, true);