Compartilhar via


DefaultContentNegotiator Classe

Definição

public class DefaultContentNegotiator : System.Net.Http.Formatting.IContentNegotiator
type DefaultContentNegotiator = class
    interface IContentNegotiator
Public Class DefaultContentNegotiator
Implements IContentNegotiator
Herança
DefaultContentNegotiator
Implementações

Construtores

DefaultContentNegotiator()
DefaultContentNegotiator(Boolean)

Propriedades

ExcludeMatchOnTypeOnly

Métodos

ComputeFormatterMatches(Type, HttpRequestMessage, IEnumerable<MediaTypeFormatter>)
MatchAcceptHeader(IEnumerable<MediaTypeWithQualityHeaderValue>, MediaTypeFormatter)
MatchRequestMediaType(HttpRequestMessage, MediaTypeFormatter)
MatchType(Type, MediaTypeFormatter)
Negotiate(Type, HttpRequestMessage, IEnumerable<MediaTypeFormatter>)
SelectResponseCharacterEncoding(HttpRequestMessage, MediaTypeFormatter)
SelectResponseMediaTypeFormatter(ICollection<MediaTypeFormatterMatch>)
ShouldMatchOnType(IEnumerable<MediaTypeWithQualityHeaderValue>)
SortMediaTypeWithQualityHeaderValuesByQFactor(ICollection<MediaTypeWithQualityHeaderValue>)
SortStringWithQualityHeaderValuesByQFactor(ICollection<StringWithQualityHeaderValue>)
UpdateBestMatch(MediaTypeFormatterMatch, MediaTypeFormatterMatch)

Aplica-se a