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

In This Topic
    Blocked Property (Timings)
    In This Topic
    Returns a Timing object that represents the Blocked time.
    Syntax
    'Declaration
     
    Public ReadOnly Property Blocked As Timing
    public Timing Blocked {get;}
    Remarks

    The Blocked time includes any pre-processing time (such as cache lookup) and the time spent waiting for a network connection to become available. 

    Often the Blocked time is the most significant factor in the download time for images embedded in a web page.

    Requirements
     
    See Also