Discuss this help topic in SecureBlackbox Forum

TElCustomSocketBinding.Port

TElCustomSocketBinding     


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


Specifies the port to bind the outgoing socket 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

    Use this property to specify the port to bind the outgoing socket to. If Port is 0, the socket is bound to system-defined port number.

Discuss this help topic in SecureBlackbox Forum