8 types derived from ChannelBase
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\OutputChannel.cs (1)
11internal abstract class OutputChannel : ChannelBase, IOutputChannel
System.ServiceModel.Primitives (5)
System\ServiceModel\Channels\InputQueueChannel.cs (1)
11abstract class InputQueueChannel<TDisposable> : ChannelBase where TDisposable : class, IDisposable
System\ServiceModel\Channels\LayeredChannel.cs (1)
11internal abstract class LayeredChannel<TInnerChannel> : ChannelBase
System\ServiceModel\Channels\OutputChannel.cs (1)
11public abstract class OutputChannel : ChannelBase, IOutputChannel, IAsyncOutputChannel
System\ServiceModel\Channels\RequestChannel.cs (1)
13internal abstract class RequestChannel : ChannelBase, IRequestChannel, IAsyncRequestChannel
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
290private abstract class ClientSecuritySessionChannel : ChannelBase
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingChannelBase.cs (1)
11class ThrowingChannelBase<TChannel> : ChannelBase where TChannel : class, IChannel
UnitTests.Common (1)
MockChannelBase.cs (1)
9public class MockChannelBase : ChannelBase, IMockCommunicationObject
10 references to ChannelBase
System.ServiceModel (1)
netstandard.cs (1)
40[assembly: TypeForwardedTo(typeof(ChannelBase))]
System.ServiceModel.Primitives (9)
System\ServiceModel\Channels\ChannelReliableSession.cs (3)
25protected ChannelReliableSession(ChannelBase channel, IReliableFactorySettings settings, IReliableChannelBinder binder, FaultHelper faultHelper) 35protected ChannelBase Channel { get; } 546public ClientReliableSession(ChannelBase channel, IReliableFactorySettings factory, IClientReliableChannelBinder binder, FaultHelper faultHelper, UniqueId inputID) :
System\ServiceModel\Channels\ReliableInputConnection.cs (2)
55public void Abort(ChannelBase channel) 78public void Fault(ChannelBase channel)
System\ServiceModel\Channels\ReliableOutputConnection.cs (2)
58public void Abort(ChannelBase channel) 126public void Fault(ChannelBase channel)
System\ServiceModel\Channels\TransmissionStrategy.cs (2)
156public void Abort(ChannelBase channel) 331public void Fault(ChannelBase channel)