6 types derived from TypedServiceChannelFactory
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ServiceChannelFactory.cs (6)
511private class ServiceChannelFactoryOverOutput : TypedServiceChannelFactory<IOutputChannel> 530private class ServiceChannelFactoryOverDuplex : TypedServiceChannelFactory<IDuplexChannel> 550private class ServiceChannelFactoryOverRequest : TypedServiceChannelFactory<IRequestChannel> 569internal class ServiceChannelFactoryOverOutputSession : TypedServiceChannelFactory<IOutputSessionChannel> 597internal class ServiceChannelFactoryOverDuplexSession : TypedServiceChannelFactory<IDuplexSessionChannel> 623internal class ServiceChannelFactoryOverRequestSession : TypedServiceChannelFactory<IRequestSessionChannel>
1 reference to TypedServiceChannelFactory
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
481if (typeof(T) == typeof(TypedServiceChannelFactory<TChannel>))