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

Represents "exec" type channel request information
Inheritance: RequestInfo
Show file Open project: sshnet/SSH.NET

Public Methods

Method 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.

Protected Methods

Method 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 method

Initializes a new instance of the ExecRequestInfo class.
public ExecRequestInfo ( ) : System
return System

ExecRequestInfo() public method

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.
return System

LoadData() protected method

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

SaveData() protected method

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