Метод | Описание | |
---|---|---|
Clone ( ) : object | ||
CookieHeaderValue ( string name, |
||
CookieHeaderValue ( string name, string value ) : System.Collections.ObjectModel | ||
ToString ( ) : string | ||
TryParse ( string input, |
||
this ( string name ) : |
Метод | Описание | |
---|---|---|
CookieHeaderValue ( ) : System.Collections.ObjectModel |
Constructor to be used by parser to create a new instance of this type.
|
Метод | Описание | |
---|---|---|
AppendSegment ( |
||
CookieHeaderValue ( |
||
GetSegmentValue ( string nameValuePair, string defaultValue ) : string | ||
ParseCookieSegment ( |
protected CookieHeaderValue ( ) : System.Collections.ObjectModel | ||
Результат | System.Collections.ObjectModel |
public CookieHeaderValue ( string name, |
||
name | string | |
values | ||
Результат | System.Collections.ObjectModel |
public CookieHeaderValue ( string name, string value ) : System.Collections.ObjectModel | ||
name | string | |
value | string | |
Результат | System.Collections.ObjectModel |
public static TryParse ( string input, |
||
input | string | |
parsedValue | ||
Результат | bool |