Discuss this help topic in SecureBlackbox Forum
Specifies the local port bound to the socket connection.
Declaration
[C#/Java]
int ListenPort;
[VB.NET]
Property ListenPort As Integer
[Pascal]
property ListenPort : integer;
[C++]
int32_t get_ListenPort();
void set_ListenPort(int32_t Value);
[PHP]
integer get_ListenPort()
void set_ListenPort(integer $Value)
Description
Assign this property the local port bound to the socket connection.
Discuss this help topic in SecureBlackbox Forum