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

In This Topic
    Connect Property (TimingSummaries)
    In This Topic
    Returns a TimingSummary object that represents the Connect time.
    Syntax
    'Declaration
     
    Public ReadOnly Property Connect As TimingSummary
    public TimingSummary 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