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

Represents "break" type channel request information
Inheritance: RequestInfo
Afficher le fichier Open project: sshnet/SSH.NET

Méthodes publiques

Méthode Description
BreakRequestInfo ( )

Initializes a new instance of the ExecRequestInfo class.

BreakRequestInfo ( uint breakLength )

Initializes a new instance of the ExecRequestInfo 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.

Method Details

BreakRequestInfo() public méthode

Initializes a new instance of the ExecRequestInfo class.
public BreakRequestInfo ( )

BreakRequestInfo() public méthode

Initializes a new instance of the ExecRequestInfo class.
public BreakRequestInfo ( uint breakLength )
breakLength uint Length of the break.

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