6 types derived from TypedServiceChannelFactory
System.ServiceModel (6)
System\ServiceModel\Channels\ServiceChannelFactory.cs (6)
498
class ServiceChannelFactoryOverOutput :
TypedServiceChannelFactory
<IOutputChannel>
517
class ServiceChannelFactoryOverDuplex :
TypedServiceChannelFactory
<IDuplexChannel>
537
class ServiceChannelFactoryOverRequest :
TypedServiceChannelFactory
<IRequestChannel>
556
class ServiceChannelFactoryOverOutputSession :
TypedServiceChannelFactory
<IOutputSessionChannel>
592
class ServiceChannelFactoryOverDuplexSession :
TypedServiceChannelFactory
<IDuplexSessionChannel>
618
class ServiceChannelFactoryOverRequestSession :
TypedServiceChannelFactory
<IRequestSessionChannel>
1 reference to TypedServiceChannelFactory
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
483
if (typeof(T) == typeof(
TypedServiceChannelFactory
<TChannel>))