C# 클래스 System.Net.Http.Headers.CookieState

상속: ICloneable
파일 보기 프로젝트 열기: anurse/ReviewR 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
CookieState ( string name ) : System.Collections.Specialized
CookieState ( string name, NameValueCollection values ) : System.Collections.Specialized
CookieState ( string name, string value ) : System.Collections.Specialized
ToString ( ) : string
this ( string name ) : string

비공개 메소드들

메소드 설명
CheckNameFormat ( string name, string parameterName ) : void
CheckValueFormat ( string value, string parameterName ) : void
CookieState ( CookieState source ) : System.Collections.Specialized

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CookieState() 공개 메소드

public CookieState ( string name ) : System.Collections.Specialized
name string
리턴 System.Collections.Specialized

CookieState() 공개 메소드

public CookieState ( string name, NameValueCollection values ) : System.Collections.Specialized
name string
values System.Collections.Specialized.NameValueCollection
리턴 System.Collections.Specialized

CookieState() 공개 메소드

public CookieState ( string name, string value ) : System.Collections.Specialized
name string
value string
리턴 System.Collections.Specialized

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string name ) : string
name string
리턴 string