Property | Type | Description | |
---|---|---|---|
domain | string | ||
path | string | ||
scriptAccessible | bool | ||
secure | bool |
Method | Description | |
---|---|---|
CookieAccessInfo ( |
||
CookieAccessInfo ( string domain, string path ) : System | ||
CookieAccessInfo ( string domain, string path, bool secure ) : System | ||
CookieAccessInfo ( string domain, string path, bool secure, bool scriptAccessible ) : System |
public CookieAccessInfo ( |
||
cookie | ||
return | System |
public CookieAccessInfo ( string domain, string path ) : System | ||
domain | string | |
path | string | |
return | System |
public CookieAccessInfo ( string domain, string path, bool secure ) : System | ||
domain | string | |
path | string | |
secure | bool | |
return | System |
public CookieAccessInfo ( string domain, string path, bool secure, bool scriptAccessible ) : System | ||
domain | string | |
path | string | |
secure | bool | |
scriptAccessible | bool | |
return | System |