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

In This Topic
    IsHttpOnlyKnown Property
    In This Topic
    A boolean flag indicating if the value of the IsHttpOnly property is known.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsHttpOnlyKnown As Boolean
    public bool IsHttpOnlyKnown {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