Discuss this help topic in SecureBlackbox Forum
Specifies the lower range of local ports which the socket will listen to.
Declaration
[C#/Java]
int ListenPortRangeTo;
[VB.NET]
Property ListenPortRangeTo As Integer
[Pascal]
property ListenPortRangeTo : integer;
[C++]
int32_t get_ListenPortRangeTo();
void set_ListenPortRangeTo(int32_t Value);
[PHP]
integer get_ListenPortRangeTo()
void set_ListenPortRangeTo(integer $Value)
Description
Assign this property the local port which will represent the lower range of the ports which the socket will listen to.
Discuss this help topic in SecureBlackbox Forum