Discuss this help topic in SecureBlackbox Forum

TElCustomSocketForwardingSSHSubsystemHandler.Timeout

TElCustomSocketForwardingSSHSubsystemHandler     See also     


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


This topic is under development…

Declaration

[C#]
    int Timeout;

[VB.NET]
    Property Timeout As Integer

[Pascal]
    property Timeout : integer;

[C++]
    int32_t get_Timeout();
    void set_Timeout(int32_t Value);

[PHP]
    integer get_Timeout()
    void set_Timeout(integer $Value)

[Java]
    int getTimeout();
    void setTimeout(int Value);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum