Discuss this help topic in SecureBlackbox Forum
Specifies the lower range of local ports which the socket will listen to.
Declaration
[C#/Java]
int ListenPortRangeFrom;
[VB.NET]
Property ListenPortRangeFrom As Integer
[Pascal]
property ListenPortRangeFrom : integer;
[C++]
int32_t get_ListenPortRangeFrom();
void set_ListenPortRangeFrom(int32_t Value);
[PHP]
integer get_ListenPortRangeFrom()
void set_ListenPortRangeFrom(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