HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Timing Class / Valid Property

In This Topic
    Valid Property (Timing)
    In This Topic
    A boolean value indicating whether this Timing object is populated with data and applies to the current request.
    Syntax
    'Declaration
     
    Public ReadOnly Property Valid As Boolean
    public bool Valid {get;}
    Remarks
    Not all types of timing element are valid for all types of request.  For example, the Connect time only applies when the browser creates a new connection before sending an HTTP request.
    Requirements
     
    See Also