C# Class Renci.SshNet.Messages.Connection.ChannelOpenFailureMessage

Inheritance: ChannelMessage
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
ChannelOpenFailureMessage ( )

Initializes a new instance of the ChannelOpenFailureMessage class.

ChannelOpenFailureMessage ( uint localChannelNumber, string description, uint reasonCode )

Initializes a new instance of the ChannelOpenFailureMessage class.

ChannelOpenFailureMessage ( uint localChannelNumber, string description, uint reasonCode, string language )

Initializes a new instance of the ChannelOpenFailureMessage class.

Méthodes protégées

Méthode Description
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

Private Methods

Méthode Description
Process ( Session session ) : void

Method Details

ChannelOpenFailureMessage() public méthode

Initializes a new instance of the ChannelOpenFailureMessage class.

ChannelOpenFailureMessage() public méthode

Initializes a new instance of the ChannelOpenFailureMessage class.
public ChannelOpenFailureMessage ( uint localChannelNumber, string description, uint reasonCode )
localChannelNumber uint The local channel number.
description string The description.
reasonCode uint The reason code.

ChannelOpenFailureMessage() public méthode

Initializes a new instance of the ChannelOpenFailureMessage class.
public ChannelOpenFailureMessage ( uint localChannelNumber, string description, uint reasonCode, string language )
localChannelNumber uint The local channel number.
description string The description.
reasonCode uint The reason code.
language string The language (RFC3066).

LoadData() protected méthode

Called when type specific data need to be loaded.
protected LoadData ( ) : void
Résultat void

SaveData() protected méthode

Called when type specific data need to be saved.
protected SaveData ( ) : void
Résultat void