C# Class CookieManager, hprose-dotnet

CookieManager 的摘要说明
ファイルを表示 Open project: hprose/hprose-dotnet Class Usage Examples

Public Methods

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

Private Methods

Method Description
EndsWith ( string s1, string s2 ) : bool
StartsWith ( string s1, string s2 ) : bool

Method Details

CookieManager() public method

public CookieManager ( ) : System
return System

GetCookie() public method

public GetCookie ( string host, string path, bool secure ) : string
host string
path string
secure bool
return string

SetCookie() public method

public SetCookie ( string cookieList, string host ) : void
cookieList string
host string
return void