HttpWatch Automation Reference - 16.2.2
HttpWatch Namespace / Request Class / RequestLine Property

In This Topic
    RequestLine Property
    In This Topic
    Gets the HTTP request line that was sent to the server, e.g. "GET / HTTP/1.1"
    Syntax
    'Declaration
     
    Public ReadOnly Property RequestLine As String
    public string RequestLine {get;}
    Remarks
    The request line value is not available if the HTTP/2 or later protocol was used and an error will be thrown. You can check whether HTTP/2 or later was used with the Entry.IsHTTP2 property.
    Requirements
     
    See Also