Discuss this help topic in SecureBlackbox Forum

TElDNSSettings.QueryTimeout

TElDNSSettings     See also     


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


Specifies timeout for each DNS query.

Declaration

[C#]
    ushort QueryTimeout;

[VB.NET]
    Property QueryTimeout As UInt16

[Pascal]
    property QueryTimeout : Word;

[C++]
    uint16_t get_QueryTimeout();
    void set_QueryTimeout(uint16_t Value);

[PHP]
    integer get_QueryTimeout()
    void set_QueryTimeout(integer $Value)

[Java]
    short getQueryTimeout();
    void setQueryTimeout(short arg0);

Description

    Use this property to specify the timeout (in milliseconds) for each DNS query. Default value is 3000. If this property is set to 0, the timeout is infinite.
    To specify timeout for the whole resolving process, use TotalTimeout property.

See also:     TotalTimeout    

Discuss this help topic in SecureBlackbox Forum