2 references to ServiceChannelFactoryOverOutputSession
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
162
return new
ServiceChannelFactoryOverOutputSession
(customBinding.BuildChannelFactory<IOutputSessionChannel>(parameters), clientRuntime, binding, false);
188
return new
ServiceChannelFactoryOverOutputSession
(customBinding.BuildChannelFactory<IOutputSessionChannel>(parameters), clientRuntime, binding, true);