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

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

Méthodes publiques

Méthode Description
ExecRequestInfo ( ) : System

Initializes a new instance of the ExecRequestInfo class.

ExecRequestInfo ( string command, Encoding encoding ) : System

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

ExecRequestInfo() public méthode

Initializes a new instance of the ExecRequestInfo class.
public ExecRequestInfo ( ) : System
Résultat System

ExecRequestInfo() public méthode

Initializes a new instance of the ExecRequestInfo class.
or is null.
public ExecRequestInfo ( string command, Encoding encoding ) : System
command string The command.
encoding Encoding The character encoding to use.
Résultat System

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