cookie class : IsHttpOnly getter
Description
Returns the HttpOnly attribute.
Syntax
instance.IsHttpOnly
Arguments
None.
Return value
| Class | Description |
| bool | HttpOnly attribute. |
Sample code
| 1: | browser br; |
| 2: | cookie coo = br.GetCookie("Example"); |
| 3: | bool http = coo.IsHttpOnly; |
Notes
None.
Links for reference
None.


