6 types derived from TypedServiceChannelFactory
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (6)
481private class ServiceChannelFactoryOverOutput : TypedServiceChannelFactory<IOutputChannel> 500private class ServiceChannelFactoryOverDuplex : TypedServiceChannelFactory<IDuplexChannel> 520private class ServiceChannelFactoryOverRequest : TypedServiceChannelFactory<IRequestChannel> 539internal class ServiceChannelFactoryOverOutputSession : TypedServiceChannelFactory<IOutputSessionChannel> 567internal class ServiceChannelFactoryOverDuplexSession : TypedServiceChannelFactory<IDuplexSessionChannel> 593internal class ServiceChannelFactoryOverRequestSession : TypedServiceChannelFactory<IRequestSessionChannel>
1 reference to TypedServiceChannelFactory
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
466if (typeof(T) == typeof(TypedServiceChannelFactory<TChannel>))