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

Inheritance: IContentNegotiator
Mostrar archivo Open project: ChristianWeyer/tUdUs

Public Methods

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

Method Details

Negotiate() public method

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