C# Класс System.Net.Http.Formatting.Parsers.FormUrlEncodedParser.CurrentNameValuePair

Maintains information about the current header field being parsed.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Clear ( ) : void

Clears this instance.

Описание методов

CopyNameOnlyTo() публичный Метод

Copies current name-only to the provided collection instance.
public CopyNameOnlyTo ( string>.ICollection nameValuePairs ) : void
nameValuePairs string>.ICollection The collection to copy into.
Результат void

CopyTo() публичный Метод

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.
Результат void