Part of domain data such as a cookie jar.
Public Member Functions | |
DomainEntry (DomainData domain) | |
void | Save () |
Saves this data now. More... | |
virtual JSObject | ToJson () |
Converts this domain data into a JSON object. Null if it's empty. More... | |
virtual void | LoadFromJson (JSObject obj) |
Loads this data from JSON. More... | |
Public Attributes | |
DomainData | Domain |
The domain that this entry is part of. More... | |
Properties | |
string | Host [get] |
virtual string | JsonIndex [get] |
The index used in the JSON data. More... | |
virtual bool | IsEmpty [get] |
True if this entry has no useful information inside it. More... | |
|
inline |
|
inlinevirtual |
Loads this data from JSON.
Reimplemented in PowerUI.Http.CookieJar.
|
inline |
Saves this data now.
|
inlinevirtual |
Converts this domain data into a JSON object. Null if it's empty.
Reimplemented in PowerUI.CachedContentSet, and PowerUI.Http.CookieJar.
DomainData PowerUI.DomainEntry.Domain |
The domain that this entry is part of.
|
get |
|
get |
True if this entry has no useful information inside it.
|
get |
The index used in the JSON data.