Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.Port

TElSSHBaseClient     See also     


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


This property specifies the port on the host to connect to.

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 to which the client should connect on the host. The default value is 22.

This property is only used when UseInternalSocket is True (default behavior).

See also:     Address     UseInternalSocket    

Discuss this help topic in SecureBlackbox Forum