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

In This Topic
    Connect Property (Timings)
    In This Topic
    Returns a Timing object that represents the Connect time.
    Syntax
    'Declaration
     
    Public ReadOnly Property Connect As Timing
    public Timing Connect {get;}
    Remarks
    Connect is the time required to create a TCP connection to the web server (or proxy).  "Keep-Alive" connections are often used to avoid the overhead of repeatedly connecting to the web server.
    Requirements
     
    See Also