HttpWatch Automation Reference - Version 15.x
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 was used with the IsHTTP2 property of the Entry class.
    Requirements
     
    See Also