C# Class UnityHTTP.CookieAccessInfo

Afficher le fichier Open project: andyburke/UnityHTTP Class Usage Examples

Méthodes publiques

Свойство Type Description
domain string
path string
scriptAccessible bool
secure bool

Méthodes publiques

Méthode Description
CookieAccessInfo ( Cookie cookie ) : System
CookieAccessInfo ( string domain, string path ) : System
CookieAccessInfo ( string domain, string path, bool secure ) : System
CookieAccessInfo ( string domain, string path, bool secure, bool scriptAccessible ) : System

Method Details

CookieAccessInfo() public méthode

public CookieAccessInfo ( Cookie cookie ) : System
cookie Cookie
Résultat System

CookieAccessInfo() public méthode

public CookieAccessInfo ( string domain, string path ) : System
domain string
path string
Résultat System

CookieAccessInfo() public méthode

public CookieAccessInfo ( string domain, string path, bool secure ) : System
domain string
path string
secure bool
Résultat System

CookieAccessInfo() public méthode

public CookieAccessInfo ( string domain, string path, bool secure, bool scriptAccessible ) : System
domain string
path string
secure bool
scriptAccessible bool
Résultat System

Property Details

domain public_oe property

public string domain
Résultat string

path public_oe property

public string path
Résultat string

scriptAccessible public_oe property

public bool scriptAccessible
Résultat bool

secure public_oe property

public bool secure
Résultat bool