HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Response Class / StatusLine Property

In This Topic
    StatusLine Property
    In This Topic
    The HTTP response line that was received from the server,  e.g. "HTTP/1.1 200 OK".
    Syntax
    'Declaration
     
    Public ReadOnly Property StatusLine As String
    public string StatusLine {get;}
    Remarks
    The status 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