HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Timings Class / DNSLookup Property

In This Topic
    DNSLookup Property (Timings)
    In This Topic
    Returns a Timing object that represents the DNS Lookup time.
    Syntax
    'Declaration
     
    Public ReadOnly Property DNSLookup As Timing
    public Timing DNSLookup {get;}
    Remarks
    DNS Lookup is the time required to resolve a host name (e.g. www.google.com) into a numeric IP address (e.g. 216.239.59.99).
    Requirements
     
    See Also