<PackageReference Include="SSH.NET" Version="2016.0.0" />

EnvironmentVariableRequestInfo

Represents "env" type channel request information
public const string Name = "env"

Channel request name

public string VariableName { get; }

Gets or sets the name of the variable.

public string VariableValue { get; }

Gets or sets the variable value.

Initializes a new instance of the EnvironmentVariableRequestInfo class.

public EnvironmentVariableRequestInfo(string variableName, string variableValue)

Initializes a new instance of the EnvironmentVariableRequestInfo class.