Discuss this help topic in SecureBlackbox Forum

TElX11ForwardSSHTunnel.Environment

TElX11ForwardSSHTunnel     See also     


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


This property specifies environment variables which will be set before establishing the X11 connection

Declaration

[C#]
    TElStringList Environment;

[VB.NET]
    Property Environment As TElStringList

[Pascal]
    property Environment : TStringList;

[C++]
    TStringList* get_Environment();

[PHP]
    TStringList get_Environment()

[Java]
    TElStringList getEnvironment();

Description

     This property should contain a list of environment variables in format of «Variable=Value». This variables wil be set before establishing the forwarding of X11 connection.

See also:     AuthenticationProtocol     ScreenNumber     TerminalInfo    

Discuss this help topic in SecureBlackbox Forum