2 types derived from ConnectionOrientedTransportChannelFactory
System.ServiceModel (2)
System\ServiceModel\Channels\NamedPipeChannelFactory.cs (1)
8
class NamedPipeChannelFactory<TChannel> :
ConnectionOrientedTransportChannelFactory
<TChannel>, IPipeTransportFactorySettings
System\ServiceModel\Channels\TcpChannelFactory.cs (1)
17
class TcpChannelFactory<TChannel> :
ConnectionOrientedTransportChannelFactory
<TChannel>,
2 references to ConnectionOrientedTransportChannelFactory
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (2)
380
ConnectionOrientedTransportChannelFactory
<TChannel> parent;
387
public CloseAsyncResult(
ConnectionOrientedTransportChannelFactory
<TChannel> parent, TimeSpan timeout,