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

In This Topic
    TCPConnects Property
    In This Topic
    The number of times that a new TCP level connection had to be made with web server(s) in this Summary data object.
    Syntax
    'Declaration
     
    Public ReadOnly Property TCPConnects As Integer
    public int TCPConnects {get;}
    Remarks
    An excessively high number of TCP connects may indicate that HTTP persistent connections, also known as "keep-alive" connections, have not been correctly configured on the server.
    Requirements
     
    See Also