9 types derived from ChannelBase
System.ServiceModel (8)
System\ServiceModel\Channels\InputQueueChannel.cs (1)
11abstract class InputQueueChannel<TDisposable> : ChannelBase
System\ServiceModel\Channels\InternalDuplexChannelListener.cs (1)
114sealed class ServerCompositeDuplexChannel : ChannelBase, IDuplexChannel
System\ServiceModel\Channels\LayeredChannel.cs (1)
11abstract class LayeredChannel<TInnerChannel> : ChannelBase
System\ServiceModel\Channels\MsmqInputChannelBase.cs (1)
11: ChannelBase, IInputChannel
System\ServiceModel\Channels\OutputChannel.cs (1)
12abstract class OutputChannel : ChannelBase, IOutputChannel
System\ServiceModel\Channels\RequestChannel.cs (1)
14abstract class RequestChannel : ChannelBase, IRequestChannel
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
414abstract class ClientSecuritySessionChannel : ChannelBase
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1132abstract class ServerSecuritySessionChannel : ChannelBase, IServerSecuritySessionChannel
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClientChannelBase.cs (1)
14abstract partial class DiscoveryClientChannelBase<TChannel> : ChannelBase
12 references to ChannelBase
System.ServiceModel (12)
System\ServiceModel\Channels\ChannelReliableSession.cs (5)
18ChannelBase channel; 34protected ChannelReliableSession(ChannelBase channel, IReliableFactorySettings settings, IReliableChannelBinder binder, FaultHelper faultHelper) 44protected ChannelBase Channel 641public ClientReliableSession(ChannelBase channel, IReliableFactorySettings factory, IClientReliableChannelBinder binder, FaultHelper faultHelper, UniqueId inputID) : 1111ChannelBase channel,
System\ServiceModel\Channels\ReliableInputConnection.cs (2)
74public void Abort(ChannelBase channel) 97public void Fault(ChannelBase channel)
System\ServiceModel\Channels\ReliableOutputConnection.cs (2)
145public void Abort(ChannelBase channel) 353public void Fault(ChannelBase channel)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
185public TransactionRequestContext(ITransactionChannel transactionChannel, ChannelBase channel, RequestContext innerContext,
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
188public void Abort(ChannelBase channel) 388public void Fault(ChannelBase channel)