Property | Type | Description | |
---|---|---|---|
ContentsChanged | ContentsChangedDelegate | ||
cookies | List |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
CookieJar ( ) : System | ||
Deserialize ( string cookieJarString, bool clear ) : void | ||
GetCookie ( string name, |
||
GetCookies ( |
||
Serialize ( ) : string | ||
SetCookie ( |
||
SetCookies ( |
||
SetCookies ( string cookiesString ) : void |
public Deserialize ( string cookieJarString, bool clear ) : void | ||
cookieJarString | string | |
clear | bool | |
return | void |
public GetCookie ( string name, |
||
name | string | |
accessInfo | ||
return |
public GetCookies ( |
||
accessInfo | ||
return | List |
public SetCookies ( |
||
cookieObjects | ||
return | void |
public SetCookies ( string cookiesString ) : void | ||
cookiesString | string | |
return | void |
public ContentsChangedDelegate ContentsChanged | ||
return | ContentsChangedDelegate |