cookie class : IsSecure getter

Description

Returns the Secure attribute.

Syntax

instance.IsSecure

Arguments

None.

Return value

ClassDescription
boolSecure attribute.

Sample code

1:

browser br;

2:

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

3:

bool secure = coo.IsSecure;

Notes

None.

Links for reference

None.

Copyright © Cooker All rights reserved.