2 references to ServiceChannelFactoryOverDuplexSession
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
94
return new
ServiceChannelFactoryOverDuplexSession
(channelBuilder.BuildChannelFactory<IDuplexSessionChannel>(), clientRuntime, channelBuilder.Binding, false);
179
return new
ServiceChannelFactoryOverDuplexSession
(customBinding.BuildChannelFactory<IDuplexSessionChannel>(parameters), clientRuntime, binding, useActiveAutoClose);