cookie class : Domain getter
Description
Returns the domain.
Syntax
instance.Domain
Arguments
None.
Return value
Class | Description |
string | Domain 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.