C# 클래스 CookieManager, hprose-dotnet

CookieManager 的摘要说明
파일 보기 프로젝트 열기: hprose/hprose-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CookieManager() 공개 메소드

public CookieManager ( ) : System
리턴 System

GetCookie() 공개 메소드

public GetCookie ( string host, string path, bool secure ) : string
host string
path string
secure bool
리턴 string

SetCookie() 공개 메소드

public SetCookie ( string cookieList, string host ) : void
cookieList string
host string
리턴 void