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