Discuss this help topic in SecureBlackbox Forum

TElDNSResolver.Port

TElDNSResolver     See also     


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


Specifies port which is used by name servers.

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 port to be used by name servers. Addresses of the name servers are specified by Servers property. Default port number is 53.

See also:     Servers    

Discuss this help topic in SecureBlackbox Forum