C# Class Swashbuckle.Application.JsonContentNegotiator

Inheritance: IContentNegotiator
Show file Open project: BenjaminAdams/Swashbuckle-blue

Public Methods

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

Method Details

JsonContentNegotiator() public method

public JsonContentNegotiator ( System.Net.Http.Formatting.JsonMediaTypeFormatter formatter ) : System
formatter System.Net.Http.Formatting.JsonMediaTypeFormatter
return System

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