C# Класс GitHubFeeds.Helpers.HeaderValueParser

Parses HTTP header values that are in the form name *( ";" key [ "=" [ value ] ] ).
This class is loosely based on the HttpCode HeaderValueParser API.
Показать файл Открыть проект

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

Метод Описание
ParseHeaderElements ( string header ) : ReadOnlyCollection

Parses an HTTP header into a collection of HeaderElement objects.

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

Метод Описание
ParseHeaderElement ( string headerPart ) : HeaderElement
SplitAndTrim ( string value, char separator ) : IEnumerable

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

ParseHeaderElements() публичный статический Метод

Parses an HTTP header into a collection of HeaderElement objects.
public static ParseHeaderElements ( string header ) : ReadOnlyCollection
header string The HTTP header.
Результат ReadOnlyCollection