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.
파일 보기 프로젝트 열기: bgrainger/GitHubFeeds

공개 메소드들

메소드 설명
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