C# Class UnityHTTP.CookieAccessInfo

Show file Open project: andyburke/UnityHTTP Class Usage Examples

Public Properties

Property Type Description
domain string
path string
scriptAccessible bool
secure bool

Public Methods

Method 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 method

public CookieAccessInfo ( Cookie cookie ) : System
cookie Cookie
return System

CookieAccessInfo() public method

public CookieAccessInfo ( string domain, string path ) : System
domain string
path string
return System

CookieAccessInfo() public method

public CookieAccessInfo ( string domain, string path, bool secure ) : System
domain string
path string
secure bool
return System

CookieAccessInfo() public method

public CookieAccessInfo ( string domain, string path, bool secure, bool scriptAccessible ) : System
domain string
path string
secure bool
scriptAccessible bool
return System

Property Details

domain public property

public string domain
return string

path public property

public string path
return string

scriptAccessible public property

public bool scriptAccessible
return bool

secure public property

public bool secure
return bool