Discuss this help topic in SecureBlackbox Forum

TElDNSSettings.Port

TElDNSSettings     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies outgoing port number.

Declaration

[C#]
    ushort Port;

[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.

See also:     Servers    

Discuss this help topic in SecureBlackbox Forum