Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHClient.GSSHostName

TElSimpleSSHClient     See also     


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


This topic is under development…

Declaration

[C#]
    string GSSHostName;

[VB.NET]
    Property GSSHostName As String

[Pascal]
    property GSSHostName : string;

[C++]
    void get_GSSHostName(std::string &OutResult);
    void set_GSSHostName(const std::string &Value);

[PHP]
    string get_GSSHostName()
    void set_GSSHostName(string $Value)

[Java]
    not available

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum