Discuss this help topic in SecureBlackbox Forum

TElSocket.BoundPort

TElSocket     See also     


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


Specifies the port which the socket is bound to.

Declaration

[C#]
    int BoundPort;

[VB.NET]
    Property BoundPort As Integer

[Pascal]
    property BoundPort : integer;

[C++]
    int32_t get_BoundPort();

[PHP]
    integer get_BoundPort()

[Java]
    int getBoundPort();

Description

    Use this read-only property to get the socket's bound port.

See also:     Bind     BoundAddress     Port     ListenPort    

Discuss this help topic in SecureBlackbox Forum