C# Class System.Net.Http.Formatting.Internal.HttpValueCollection

Inheritance: System.Collections.Specialized.NameValueCollection
ファイルを表示 Open project: anurse/ReviewR Class Usage Examples

Public Methods

Method Description
Create ( ) : NameValueCollection
Create ( string>.IEnumerable pairs ) : NameValueCollection
ToString ( ) : string

Protected Methods

Method Description
HttpValueCollection ( SerializationInfo info, StreamingContext context ) : System.Collections.Generic

Private Methods

Method Description
AppendNameValuePair ( StringBuilder builder, bool first, bool urlEncode, string name, string value ) : bool
HttpValueCollection ( ) : System.Collections.Generic
ToString ( bool urlEncode ) : string

Method Details

Create() public static method

public static Create ( ) : NameValueCollection
return System.Collections.Specialized.NameValueCollection

Create() public static method

public static Create ( string>.IEnumerable pairs ) : NameValueCollection
pairs string>.IEnumerable
return System.Collections.Specialized.NameValueCollection

HttpValueCollection() protected method

protected HttpValueCollection ( SerializationInfo info, StreamingContext context ) : System.Collections.Generic
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string