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

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

공개 메소드들

메소드 설명
Clone ( ) : object
CookieHeaderValue ( string name, NameValueCollection values ) : System.Collections.ObjectModel
CookieHeaderValue ( string name, string value ) : System.Collections.ObjectModel
ToString ( ) : string
TryParse ( string input, CookieHeaderValue &parsedValue ) : bool
this ( string name ) : CookieState

보호된 메소드들

메소드 설명
CookieHeaderValue ( ) : System.Collections.ObjectModel

Constructor to be used by parser to create a new instance of this type.

비공개 메소드들

메소드 설명
AppendSegment ( StringBuilder builder, bool first, string name, string value ) : bool
CookieHeaderValue ( CookieHeaderValue source ) : System.Collections.ObjectModel
GetSegmentValue ( string nameValuePair, string defaultValue ) : string
ParseCookieSegment ( CookieHeaderValue instance, string segment ) : bool

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

CookieHeaderValue() 보호된 메소드

Constructor to be used by parser to create a new instance of this type.
protected CookieHeaderValue ( ) : System.Collections.ObjectModel
리턴 System.Collections.ObjectModel

CookieHeaderValue() 공개 메소드

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

CookieHeaderValue() 공개 메소드

public CookieHeaderValue ( string name, string value ) : System.Collections.ObjectModel
name string
value string
리턴 System.Collections.ObjectModel

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

public static TryParse ( string input, CookieHeaderValue &parsedValue ) : bool
input string
parsedValue CookieHeaderValue
리턴 bool

this() 공개 메소드

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