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


In This Topic
    Cookie Class Properties
    In This Topic

    For a list of all members of this type, see Cookie members.

    Public Properties
     NameDescription
    Public PropertyReturns a comma separated list of reasons why the cookie was blocked by the browser.  
    Public PropertyGets the internet domain name to which this cookie applies.  
    Public PropertyGets the date and time at which this cookie expires.  
    Public PropertyIndicates the state of the HttpOnly flag for this cookie.  
    Public PropertyA boolean flag indicating if the value of the IsHttpOnly property is known.  
    Public PropertyGets a boolean value indicating whether the Secure flag was set on the cookie when it was returned from the server.  
    Public PropertyA boolean flag indicating if the value of the IsSecure property is known.  
    Public PropertyGets a value indicating whether this cookie will be destroyed at the end of the browser session.  
    Public PropertyGets the name of the cookie.  
    Public PropertyGets the URL path to which this cookie applies.  
    Public PropertyGets the value of the cookie.  
    Top
    See Also