Renci.SshNet.Common.ChannelEventArgs class ChannelEventArgs : EventArgs Documentation Code namespace Renci.SshNet.Common { internal class ChannelEventArgs : EventArgs { public uint ChannelNumber { get; } public ChannelEventArgs(uint channelNumber); } }