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

In This Topic
    IsSecureKnown Property
    In This Topic
    A boolean flag indicating if the value of the IsSecure property is known.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSecureKnown As Boolean
    public bool IsSecureKnown {get;}
    Remarks
    This property may be set to false when reading data from sources that do not support the storage of the HttpOnly flag, e.g. HAR files or log files from HttpWatch version 6.x or earlier .
    Requirements
     
    See Also