C# Class Junior.Route.Http.RequestHeaders.AcceptHeader

Datei anzeigen Open project: nathan-alden/junior-route

Public Methods

Method Description
AcceptHeader ( string type, string subtype, IEnumerable parameters, decimal qvalue, IEnumerable extensions ) : System
MediaTypeMatches ( string mediaType ) : bool
ParseMany ( string headerValue ) : IEnumerable

Method Details

AcceptHeader() public method

public AcceptHeader ( string type, string subtype, IEnumerable parameters, decimal qvalue, IEnumerable extensions ) : System
type string
subtype string
parameters IEnumerable
qvalue decimal
extensions IEnumerable
return System

MediaTypeMatches() public method

public MediaTypeMatches ( string mediaType ) : bool
mediaType string
return bool

ParseMany() public static method

public static ParseMany ( string headerValue ) : IEnumerable
headerValue string
return IEnumerable