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

Inheritance: ICloneable
Mostrar archivo Open project: anurse/ReviewR Class Usage Examples

Public Methods

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

Private Methods

Method Description
CheckNameFormat ( string name, string parameterName ) : void
CheckValueFormat ( string value, string parameterName ) : void
CookieState ( CookieState source ) : System.Collections.Specialized

Method Details

Clone() public method

public Clone ( ) : object
return object

CookieState() public method

public CookieState ( string name ) : System.Collections.Specialized
name string
return System.Collections.Specialized

CookieState() public method

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

CookieState() public method

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

ToString() public method

public ToString ( ) : string
return string

this() public method

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