Discuss this help topic in SecureBlackbox Forum
Specifies outgoing port number.
Declaration
[VB.NET]
Property Port As UInt16
[Pascal]
property Port : Word;
[C++]
uint16_t get_Port();
void set_Port(uint16_t Value);
[PHP]
integer get_Port()
void set_Port(integer $Value)
[Java]
short getPort();
void setPort(short arg0);
Description
Use this property to specify the number of port to be used for sending queries to servers.
The default value is
53.
Discuss this help topic in SecureBlackbox Forum