C# 클래스 Junior.Route.Http.RequestHeaders.AcceptEncodingHeader

파일 보기 프로젝트 열기: nathan-alden/junior-route

공개 메소드들

메소드 설명
ContentCodingMatches ( string contentCoding ) : bool
ParseMany ( string headerValue ) : IEnumerable

비공개 메소드들

메소드 설명
AcceptEncodingHeader ( string contentCoding, decimal qvalue ) : System

메소드 상세

ContentCodingMatches() 공개 메소드

public ContentCodingMatches ( string contentCoding ) : bool
contentCoding string
리턴 bool

ParseMany() 공개 정적인 메소드

public static ParseMany ( string headerValue ) : IEnumerable
headerValue string
리턴 IEnumerable