Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.Port

TElBaseSocketClient     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

Assign to this property the port number on the host to connect to. The property is meaningful only when the internal socket is used.

See also:     Address     UseInternalSocket     LocalAddress     LocalPort    

Discuss this help topic in SecureBlackbox Forum