4 types derived from TransportChannelFactory
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
14
abstract class ConnectionOrientedTransportChannelFactory<TChannel> :
TransportChannelFactory
<TChannel>, IConnectionOrientedTransportChannelFactorySettings
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
33
:
TransportChannelFactory
<TChannel>,
System\ServiceModel\Channels\MsmqChannelFactoryBase.cs (1)
14
abstract class MsmqChannelFactoryBase<TChannel> :
TransportChannelFactory
<TChannel>
System\ServiceModel\Channels\PeerChannelFactory.cs (1)
24
sealed class PeerChannelFactory<TChannel> :
TransportChannelFactory
<TChannel>, IPeerFactory