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

In This Topic
    IsRedirect Property
    In This Topic
    A boolean value that indicating whether a redirection request was received from the web server.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsRedirect As Boolean
    public bool IsRedirect {get;}
    Remarks
    The target URL for the redirection is available in the RedirectURL property
    Requirements
     
    See Also