HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Summary Class / RoundTrips Property

In This Topic
    RoundTrips Property
    In This Topic
    The number of requests that caused HTTP request and response messages to be exchanged with a web server.
    Syntax
    'Declaration
     
    Public ReadOnly Property RoundTrips As Integer
    public int RoundTrips {get;}
    Remarks
    Some entries do not cause a network round trip, either because an error occurred (e.g. ERROR_INTERNET_NAME_NOT_RESOLVED) or because no network request was required (e.g. entries resulting in a (Cache) response).
    Requirements
     
    See Also