Discuss this help topic in SecureBlackbox Forum

TElBaseSocketClient.LocalPort

TElBaseSocketClient     See also     


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


This property specifies the local port bound to the socket connection.

Declaration

[C#]
    int LocalPort;

[VB.NET]
    Property LocalPort As Integer

[Pascal]
    property LocalPort : Integer;

[C++]
    int32_t get_LocalPort();
    void set_LocalPort(int32_t Value);

[PHP]
    integer get_LocalPort()
    void set_LocalPort(integer $Value)

[Java]
    int getLocalPort();
    void setLocalPort(int Value);

Description

Assign this property the local port bound to the socket connection (when the internal socket is used).

See also:     InternalSocket     SocketBinding    

Discuss this help topic in SecureBlackbox Forum