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