HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Cookie Class / IsSecure Property

In This Topic
    IsSecure Property
    In This Topic
    Gets a boolean value indicating whether the Secure flag was set on the cookie when it was returned from the server.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSecure As Boolean
    public bool IsSecure {get;}
    Remarks

    The Secure flag can be set on a cookie returned from the server to stop it being sent over non-encrypted HTTP connections.

    Always check the value of the IsSecureKnown property before using IsSecure.

    Requirements

     

    See Also