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