Discuss this help topic in SecureBlackbox Forum

TElClientIndySSHIOHandlerSocket.Environment

TElClientIndySSHIOHandlerSocket     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies environment variables which must be set before running a shell or command

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property Environment : TStringList;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

     This property should contain a list of environment variables in format of «Variable=Value». These variables will be set before running a shell or command.

See also:     TerminalInfo    

Discuss this help topic in SecureBlackbox Forum