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

Inheritance: System.Collections.Specialized.NameValueCollection
Afficher le fichier Open project: anurse/ReviewR Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ) : NameValueCollection
Create ( string>.IEnumerable pairs ) : NameValueCollection
ToString ( ) : string

Méthodes protégées

Méthode Description
HttpValueCollection ( SerializationInfo info, StreamingContext context ) : System.Collections.Generic

Private Methods

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

public static Create ( ) : NameValueCollection
Résultat System.Collections.Specialized.NameValueCollection

Create() public static méthode

public static Create ( string>.IEnumerable pairs ) : NameValueCollection
pairs string>.IEnumerable
Résultat System.Collections.Specialized.NameValueCollection

HttpValueCollection() protected méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string