C# Class CookieManager, hprose-dotnet

CookieManager 的摘要说明
Afficher le fichier Open project: hprose/hprose-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
CookieManager ( ) : System
GetCookie ( string host, string path, bool secure ) : string
SetCookie ( string cookieList, string host ) : void

Private Methods

Méthode Description
EndsWith ( string s1, string s2 ) : bool
StartsWith ( string s1, string s2 ) : bool

Method Details

CookieManager() public méthode

public CookieManager ( ) : System
Résultat System

GetCookie() public méthode

public GetCookie ( string host, string path, bool secure ) : string
host string
path string
secure bool
Résultat string

SetCookie() public méthode

public SetCookie ( string cookieList, string host ) : void
cookieList string
host string
Résultat void