4 types derived from ChannelBase
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelBase.cs (1)
12class InterceptingChannelBase<TChannel> : ChannelBase
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\OutputChannel.cs (1)
11internal abstract class OutputChannel : ChannelBase, IOutputChannel
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
1 reference to ChannelBase
System.ServiceModel (1)
netstandard.cs (1)
40[assembly: TypeForwardedTo(typeof(ChannelBase))]