Discuss this help topic in SecureBlackbox Forum
This property specifies the local port bound to the socket connection.
Declaration
[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).
Discuss this help topic in SecureBlackbox Forum