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

In This Topic
    Wait Property (Timings)
    In This Topic
    Returns a Timing object that represents the Wait time.
    Syntax
    'Declaration
     
    Public ReadOnly Property Wait As Timing
    public Timing Wait {get;}
    Remarks
    Wait is the idle time spent waiting for a response message from the server.  This value includes delays introduced by network latency and the time required to process the request on the web server.
    Requirements
     
    See Also