HttpWatch Automation Reference - 16.2.2
HttpWatch Namespace / Entry Class / Protocol Property

In This Topic
    Protocol Property
    In This Topic
    Gets the protocol version string used by HTTP/2 and later connections, for example, "h2" or "h3".
    Syntax
    'Declaration
     
    Public ReadOnly Property Protocol As String
    public string Protocol {get;}
    Remarks
    This property returns an empty string for HTTP/1.x connections.
    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