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

In This Topic
    IsHTTP2 Property
    In This Topic
    Returns a boolean that indicates whether the request used the HTTP/2 protocol.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsHTTP2 As Boolean
    public bool IsHTTP2 {get;}
    Remarks

    Use this property to check if HTTP/2 was used before accessing the RequestLine and StatusLine properties.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also