C# 클래스 Thinktecture.Applications.Framework.WebApi.JsonOnlyContentNegotiator

상속: IContentNegotiator
파일 보기 프로젝트 열기: ChristianWeyer/myProducts-End-to-End

공개 메소드들

메소드 설명
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