Discuss this help topic in SecureBlackbox Forum

TElDNSClient.Timeout

TElDNSClient     See also     


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


Specifies wait time in milliseconds.

Declaration

[C#]
    ushort Timeout;

[VB.NET]
    Property Timeout As UInt16

[Pascal]
    property Timeout : integer;

[C++]
    uint16_t get_Timeout();
    void set_Timeout(uint16_t Value);

[PHP]
    integer get_Timeout()
    void set_Timeout(integer $Value)

[Java]
    short getTimeout();
    void setTimeout(short arg0);

Description

    Use this property to specify the time interval in milliseconds to wait for DNS response. When the wait time is exceeded, OnTimeout event is fired.
    The value set to -1 means infinite waiting, set to 0 means no waiting at all. Default value is 5000.

See also:     OnTimeout    

Discuss this help topic in SecureBlackbox Forum