C# 클래스 Swashbuckle.Application.JsonContentNegotiator

상속: IContentNegotiator
파일 보기 프로젝트 열기: BenjaminAdams/Swashbuckle-blue

공개 메소드들

메소드 설명
JsonContentNegotiator ( System.Net.Http.Formatting.JsonMediaTypeFormatter formatter ) : System
Negotiate ( Type type, HttpRequestMessage request, IEnumerable formatters ) : System.Net.Http.Formatting.ContentNegotiationResult

메소드 상세

JsonContentNegotiator() 공개 메소드

public JsonContentNegotiator ( 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