cookie class : IsHttpOnly getter

Description

Returns the HttpOnly attribute.

Syntax

instance.IsHttpOnly

Arguments

None.

Return value

ClassDescription
boolHttpOnly attribute.

Sample code

1:

browser br;

2:

cookie coo = br.GetCookie("Example");

3:

bool http = coo.IsHttpOnly;

Notes

None.

Links for reference

None.

Copyright © Cooker All rights reserved.