C# Class System.Net.Http.Headers.CookieHeaderValue

Inheritance: ICloneable
Afficher le fichier Open project: anurse/ReviewR Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
CookieHeaderValue ( ) : System.Collections.ObjectModel

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

Private Methods

Méthode Description
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

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

CookieHeaderValue() protected méthode

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

CookieHeaderValue() public méthode

public CookieHeaderValue ( string name, NameValueCollection values ) : System.Collections.ObjectModel
name string
values System.Collections.Specialized.NameValueCollection
Résultat System.Collections.ObjectModel

CookieHeaderValue() public méthode

public CookieHeaderValue ( string name, string value ) : System.Collections.ObjectModel
name string
value string
Résultat System.Collections.ObjectModel

ToString() public méthode

public ToString ( ) : string
Résultat string

TryParse() public static méthode

public static TryParse ( string input, CookieHeaderValue &parsedValue ) : bool
input string
parsedValue CookieHeaderValue
Résultat bool

this() public méthode

public this ( string name ) : CookieState
name string
Résultat CookieState