ChannelOpenFailureMessage
Represents SSH_MSG_CHANNEL_OPEN_FAILURE message.
Gets description for failure.
Gets message language.
Gets failure reason code.
public ChannelOpenFailureMessage()
Initializes a new instance of the ChannelOpenFailureMessage class.
Initializes a new instance of the ChannelOpenFailureMessage class.
public ChannelOpenFailureMessage(uint localChannelNumber, string description, uint reasonCode, string language)
Initializes a new instance of the ChannelOpenFailureMessage class.