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