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

In This Topic
    StatusCode Property
    In This Topic
    Gets the HTTP status code returned from the server.
    Syntax
    'Declaration
     
    Public ReadOnly Property StatusCode As Integer
    public int StatusCode {get;}

    Property Value

    The HTTP numeric status code returned by the server, e.g. 200 or 304

    Requirements
     
    See Also