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