12 types derived from LayeredChannel
System.ServiceModel (12)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
3116abstract class ChannelWrapper<TChannel, TItem> : LayeredChannel<TChannel>
System\ServiceModel\Channels\ContextInputChannelBase.cs (1)
11abstract class ContextInputChannelBase<TChannel> : LayeredChannel<TChannel> where TChannel : class, IInputChannel
System\ServiceModel\Channels\ContextOutputChannelBase.cs (1)
11abstract class ContextOutputChannelBase<TChannel> : LayeredChannel<TChannel> where TChannel : class, IOutputChannel
System\ServiceModel\Channels\ContextReplyChannel.cs (1)
11class ContextReplyChannel : LayeredChannel<IReplyChannel>, IReplyChannel
System\ServiceModel\Channels\ContextReplySessionChannel.cs (1)
11class ContextReplySessionChannel : LayeredChannel<IReplySessionChannel>, IReplySessionChannel
System\ServiceModel\Channels\ContextRequestChannelBase.cs (1)
11abstract class ContextRequestChannelBase<TChannel> : LayeredChannel<TChannel> where TChannel : class, IRequestChannel
System\ServiceModel\Channels\LayeredChannelFactory.cs (1)
80class LayeredInputChannel : LayeredChannel<IInputChannel>, IInputChannel
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
81class ReplyOneWayInputChannel : LayeredChannel<IReplyChannel>, IInputChannel 549class DuplexOneWayInputChannel : LayeredChannel<IDuplexChannel>, IInputChannel
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
107abstract class ReplyOverDuplexChannelBase<TInnerChannel> : LayeredChannel<TInnerChannel>, IReplyChannel
System\ServiceModel\Channels\TransactionChannel.cs (1)
32: LayeredChannel<TChannel>, ITransactionChannel
System\ServiceModel\Security\SecurityChannel.cs (1)
11LayeredChannel<TChannel>