cookie class : Domain getter

Description

Returns the domain.

Syntax

instance.Domain

Arguments

None.

Return value

ClassDescription
stringDomain of the cookie.

Sample code

1:

browser br;

2:

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

3:

string domain = coo.Domain;

Notes

None.

Links for reference

None.

Copyright © Cooker All rights reserved.