<PackageReference Include="SSH.NET" Version="2024.2.0" />

ChannelOpenFailureReasons

List channel open failure reasons defined by the protocol.
namespace Renci.SshNet.Messages.Connection { internal enum ChannelOpenFailureReasons : uint { AdministativelyProhibited = 1, ConnectFailed, UnknownChannelType, ResourceShortage } } namespace Renci.SshNet.Messages.Connection { } namespace Renci.SshNet.Messages.Connection { }