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

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

Public Methods

Method Description
EnvironmentVariableRequestInfo ( )

Initializes a new instance of the EnvironmentVariableRequestInfo class.

EnvironmentVariableRequestInfo ( string variableName, string variableValue )

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

EnvironmentVariableRequestInfo() public method

Initializes a new instance of the EnvironmentVariableRequestInfo class.

EnvironmentVariableRequestInfo() public method

Initializes a new instance of the EnvironmentVariableRequestInfo class.
public EnvironmentVariableRequestInfo ( string variableName, string variableValue )
variableName string Name of the variable.
variableValue string The variable value.

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