3 types derived from ChannelBase
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\LayeredChannel.cs (1)
9internal abstract class LayeredChannel<TInnerChannel> : ChannelBase
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OutputChannel.cs (1)
14public abstract class OutputChannel : ChannelBase, IOutputChannel
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\RequestChannel.cs (1)
13public abstract class RequestChannel : ChannelBase, IRequestChannel, IAsyncRequestChannel