System.ServiceModel.Channels.LayeredChannel<TInnerChannel> abstract class LayeredChannel<TInnerChannel> : ChannelBase where TInnerChannel : IChannel Documentation Code protected TInnerChannel InnerChannel { get; } protected LayeredChannel(ChannelManagerBase channelManager, TInnerChannel innerChannel)