Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHServer.AllowServerForwarding

TElSimpleSSHServer     See also     


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


Declaration

[C#]
    bool AllowServerForwarding;

[VB.NET]
    Property AllowServerForwarding As Boolean

[Pascal]
    under development

[C++]
    bool get_AllowServerForwarding();
    void set_AllowServerForwarding(bool Value);

[PHP]
    bool get_AllowServerForwarding()
    void set_AllowServerForwarding(bool $Value)

[Java]
    boolean getAllowServerForwarding();
    void setAllowServerForwarding(boolean Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum