C# Class Renci.SshNet.Common.ChannelOpenFailedEventArgs

Provides data for Renci.SshNet.Channels.ClientChannel.OpenFailed event.
Inheritance: ChannelEventArgs
Mostra file Open project: sshnet/SSH.NET

Public Methods

Method Description
ChannelOpenFailedEventArgs ( uint channelNumber, uint reasonCode, string description, string language )

Initializes a new instance of the ChannelOpenFailedEventArgs class.

Method Details

ChannelOpenFailedEventArgs() public method

Initializes a new instance of the ChannelOpenFailedEventArgs class.
public ChannelOpenFailedEventArgs ( uint channelNumber, uint reasonCode, string description, string language )
channelNumber uint Channel number.
reasonCode uint Failure reason code.
description string Failure description.
language string Failure language.