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

Renci.SshNet.Common.ChannelOpenFailedEventArgs

Provides data for OpenFailed event.
public string Description { get; }

Gets failure description.

public string Language { get; }

Gets failure language.

public uint ReasonCode { get; }

Gets failure reason code.

public ChannelOpenFailedEventArgs(uint channelNumber, uint reasonCode, string description, string language)

Initializes a new instance of the ChannelOpenFailedEventArgs class.