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

Afficher le fichier Open project: nathan-alden/junior-route

Méthodes publiques

Méthode 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 méthode

public AcceptHeader ( string type, string subtype, IEnumerable parameters, decimal qvalue, IEnumerable extensions ) : System
type string
subtype string
parameters IEnumerable
qvalue decimal
extensions IEnumerable
Résultat System

MediaTypeMatches() public méthode

public MediaTypeMatches ( string mediaType ) : bool
mediaType string
Résultat bool

ParseMany() public static méthode

public static ParseMany ( string headerValue ) : IEnumerable
headerValue string
Résultat IEnumerable