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