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

In This Topic
    DNSLookup Property (TimingSummaries)
    In This Topic
    Returns a TimingSummary object that represents the DNSLookup time.
    Syntax
    'Declaration
     
    Public ReadOnly Property DNSLookup As TimingSummary
    public TimingSummary 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