Name | Description | |
---|---|---|
![]() | BlockedReasons | Returns a comma separated list of reasons why the cookie was blocked by the browser. |
![]() | Domain | Gets the internet domain name to which this cookie applies. |
![]() | Expires | Gets the date and time at which this cookie expires. |
![]() | IsHttpOnly | Indicates the state of the HttpOnly flag for this cookie. |
![]() | IsHttpOnlyKnown | A boolean flag indicating if the value of the IsHttpOnly property is known. |
![]() | IsSecure | Gets a boolean value indicating whether the Secure flag was set on the cookie when it was returned from the server. |
![]() | IsSecureKnown | A boolean flag indicating if the value of the IsSecure property is known. |
![]() | IsSessionCookie | Gets a value indicating whether this cookie will be destroyed at the end of the browser session. |
![]() | Name | Gets the name of the cookie. |
![]() | Path | Gets the URL path to which this cookie applies. |
![]() | Value | Gets the value of the cookie. |