2 instantiations of ServiceChannelFactoryOverDuplexSession
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
92
return new
ServiceChannelFactoryOverDuplexSession
(channelBuilder.BuildChannelFactory<IDuplexSessionChannel>(), clientRuntime, channelBuilder.Binding, false);
173
return new
ServiceChannelFactoryOverDuplexSession
(customBinding.BuildChannelFactory<IDuplexSessionChannel>(parameters), clientRuntime, binding, useActiveAutoClose);