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

Inheritance: ICloneable
Mostra file Open project: anurse/ReviewR Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
CookieHeaderValue ( ) : System.Collections.ObjectModel

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

Private Methods

Method 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 method

public Clone ( ) : object
return object

CookieHeaderValue() protected method

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

CookieHeaderValue() public method

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

CookieHeaderValue() public method

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

ToString() public method

public ToString ( ) : string
return string

TryParse() public static method

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

this() public method

public this ( string name ) : CookieState
name string
return CookieState