C# Class Aqueduct.Web.CookieManager

Mostra file Open project: aqueduct/Aqueduct.SitecoreLib

Public Methods

Method Description
AddCookie ( string key, string>.Dictionary values, System.DateTime expiryDate ) : void
AddCookie ( string key, string>.Dictionary values, System.DateTime expiryDate, string domain ) : void
AddCookie ( string key, string value, DateTime expiryDate ) : void
AddCookie ( string key, string value, DateTime expiryDate, string domain ) : void
AddSecureCookie ( string key, string value, DateTime expiryDate ) : void
DeleteCookie ( string key ) : void
DeleteCookie ( string key, string domain ) : void
GetCookieValue ( string key ) : string
GetCookieValues ( string key ) : string>.Dictionary
GetSecureCookieValue ( string key ) : string
IsCookieExist ( string key ) : bool

Method Details

AddCookie() public static method

public static AddCookie ( string key, string>.Dictionary values, System.DateTime expiryDate ) : void
key string
values string>.Dictionary
expiryDate System.DateTime
return void

AddCookie() public static method

public static AddCookie ( string key, string>.Dictionary values, System.DateTime expiryDate, string domain ) : void
key string
values string>.Dictionary
expiryDate System.DateTime
domain string
return void

AddCookie() public static method

public static AddCookie ( string key, string value, DateTime expiryDate ) : void
key string
value string
expiryDate DateTime
return void

AddCookie() public static method

public static AddCookie ( string key, string value, DateTime expiryDate, string domain ) : void
key string
value string
expiryDate DateTime
domain string
return void

AddSecureCookie() public static method

public static AddSecureCookie ( string key, string value, DateTime expiryDate ) : void
key string
value string
expiryDate DateTime
return void

DeleteCookie() public static method

public static DeleteCookie ( string key ) : void
key string
return void

DeleteCookie() public static method

public static DeleteCookie ( string key, string domain ) : void
key string
domain string
return void

GetCookieValue() public static method

public static GetCookieValue ( string key ) : string
key string
return string

GetCookieValues() public static method

public static GetCookieValues ( string key ) : string>.Dictionary
key string
return string>.Dictionary

GetSecureCookieValue() public static method

public static GetSecureCookieValue ( string key ) : string
key string
return string

IsCookieExist() public static method

public static IsCookieExist ( string key ) : bool
key string
return bool