C# Class Thinktecture.Applications.Framework.WebApi.JsonContentNegotiator

Inheritance: IContentNegotiator
Afficher le fichier Open project: ChristianWeyer/tUdUs

Méthodes publiques

Méthode Description
Negotiate ( Type type, HttpRequestMessage request, IEnumerable formatters ) : System.Net.Http.Formatting.ContentNegotiationResult

Method Details

Negotiate() public méthode

public Negotiate ( Type type, HttpRequestMessage request, IEnumerable formatters ) : System.Net.Http.Formatting.ContentNegotiationResult
type System.Type
request System.Net.Http.HttpRequestMessage
formatters IEnumerable
Résultat System.Net.Http.Formatting.ContentNegotiationResult