HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Entry Class / ConnectionID Property

In This Topic
    ConnectionID Property
    In This Topic
    A numeric identifier that indicates which TCP connection was used by this request.
    Syntax
    'Declaration
     
    Public ReadOnly Property ConnectionID As Integer
    public int ConnectionID {get;}
    Remarks
    A value of -1 is returned if no TCP connection was used. This can occur if the connection to the server failed or if the content was directly read from the browser cache (i.e. (Cache) displayed in Response column)
    Requirements
     
    See Also