Renci.SshNet.Common.ChannelInputStream sealed class ChannelInputStream : Stream ChannelInputStream is a one direction stream intended for channel data. Documentation Code namespace Renci.SshNet.Common { internal sealed class ChannelInputStream : Stream { } }