Discuss this help topic in SecureBlackbox Forum

TElDNSSettings.TotalTimeout

TElDNSSettings     See also     


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


Specifies timeout for DNS resolving.

Declaration

[C#]
    ushort TotalTimeout;

[VB.NET]
    Property TotalTimeout As UInt16

[Pascal]
    property TotalTimeout : Word;

[C++]
    uint16_t get_TotalTimeout();
    void set_TotalTimeout(uint16_t Value);

[PHP]
    integer get_TotalTimeout()
    void set_TotalTimeout(integer $Value)

[Java]
    short getTotalTimeout();
    void setTotalTimeout(short arg0);

Description

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

See also:     QueryTimeout    

Discuss this help topic in SecureBlackbox Forum