Discuss this help topic in SecureBlackbox Forum
Specifies the remote port.
Declaration
[VB.NET]
Property Port As UInt16
[Pascal]
property Port : integer;
[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 port on the remote host to connect to.
The remote host is specified by
Address property.
Default value is 53.
Discuss this help topic in SecureBlackbox Forum