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

Inheritance: IContentNegotiator
Afficher le fichier Open project: ChristianWeyer/myProducts-End-to-End

Méthodes publiques

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

Method Details

JsonOnlyContentNegotiator() public méthode

public JsonOnlyContentNegotiator ( System.Net.Http.Formatting.JsonMediaTypeFormatter formatter ) : System
formatter System.Net.Http.Formatting.JsonMediaTypeFormatter
Résultat System

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