SshChannel.PassEnvironmentVariable Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
PassEnvironmentVariable(String, String)
Passes an environment variable to the shell/command to be started later.
Declaration
public void PassEnvironmentVariable(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
String | name | Variable name. |
String | value | Variable value. |