C# Class System.Net.Http.Formatting.Parsers.FormUrlEncodedParser.CurrentNameValuePair

Maintains information about the current header field being parsed.
Afficher le fichier Open project: anurse/ReviewR

Méthodes publiques

Méthode Description
CopyNameOnlyTo ( string>.ICollection nameValuePairs ) : void

Copies current name-only to the provided collection instance.

CopyTo ( string>.ICollection nameValuePairs ) : void

Copies current name value pair field to the provided collection instance.

Private Methods

Méthode Description
Clear ( ) : void

Clears this instance.

Method Details

CopyNameOnlyTo() public méthode

Copies current name-only to the provided collection instance.
public CopyNameOnlyTo ( string>.ICollection nameValuePairs ) : void
nameValuePairs string>.ICollection The collection to copy into.
Résultat void

CopyTo() public méthode

Copies current name value pair field to the provided collection instance.
public CopyTo ( string>.ICollection nameValuePairs ) : void
nameValuePairs string>.ICollection The collection to copy into.
Résultat void