Discuss this help topic in SecureBlackbox Forum

TElSimpleSSHServer.AllowShell

TElSimpleSSHServer     See also     


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


Declaration

[C#]
    bool AllowShell;

[VB.NET]
    Property AllowShell As Boolean

[Pascal]
    under development

[C++]
    bool get_AllowShell();
    void set_AllowShell(bool Value);

[PHP]
    bool get_AllowShell()
    void set_AllowShell(bool $Value)

[Java]
    boolean getAllowShell();
    void setAllowShell(boolean Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum