Discuss this help topic in SecureBlackbox Forum

TElRemotePortForwardSSHTunnel.Port

TElRemotePortForwardSSHTunnel     See also     


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


This property specifies the port which should be opened on a server side.

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

    This property specifies the port which the server should open and accept connections to. After incoming connection is accepted by the server, new logical connection is created, and passed as parameter in OnOpen event.

See also:     ToHost     ToPort    

Discuss this help topic in SecureBlackbox Forum