Discuss this help topic in SecureBlackbox Forum

TElCustomSocketForwardingSSHSubsystemHandler.Port

TElCustomSocketForwardingSSHSubsystemHandler     See also     


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


This topic is under development…

Declaration

[C#]
    int Port;

[VB.NET]
    Property Port As Integer

[Pascal]
    property Port : integer;

[C++]
    int32_t get_Port();
    void set_Port(int32_t Value);

[PHP]
    integer get_Port()
    void set_Port(integer $Value)

[Java]
    int getPort();
    void setPort(int Value);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum