메소드 | 설명 | |
---|---|---|
CookieManager ( ) : System | ||
GetCookie ( string host, string path, bool secure ) : string | ||
SetCookie ( string cookieList, string host ) : void |
메소드 | 설명 | |
---|---|---|
EndsWith ( string s1, string s2 ) : bool | ||
StartsWith ( string s1, string s2 ) : bool |
public GetCookie ( string host, string path, bool secure ) : string | ||
host | string | |
path | string | |
secure | bool | |
리턴 | string |
public SetCookie ( string cookieList, string host ) : void | ||
cookieList | string | |
host | string | |
리턴 | void |