C# Класс Thinktecture.Applications.Framework.WebApi.JsonOnlyContentNegotiator

Наследование: IContentNegotiator
Показать файл Открыть проект

Открытые методы

Метод Описание
JsonOnlyContentNegotiator ( System.Net.Http.Formatting.JsonMediaTypeFormatter formatter ) : System
Negotiate ( Type type, HttpRequestMessage request, IEnumerable formatters ) : System.Net.Http.Formatting.ContentNegotiationResult

Описание методов

JsonOnlyContentNegotiator() публичный Метод

public JsonOnlyContentNegotiator ( System.Net.Http.Formatting.JsonMediaTypeFormatter formatter ) : System
formatter System.Net.Http.Formatting.JsonMediaTypeFormatter
Результат System

Negotiate() публичный Метод

public Negotiate ( Type type, HttpRequestMessage request, IEnumerable formatters ) : System.Net.Http.Formatting.ContentNegotiationResult
type System.Type
request System.Net.Http.HttpRequestMessage
formatters IEnumerable
Результат System.Net.Http.Formatting.ContentNegotiationResult