C# Class Travelway_Team3_API.Formatters.JsonApiMediaTypeFormatter

Inheritance: System.Net.Http.Formatting.JsonMediaTypeFormatter
Mostrar archivo Open project: jayway/khelg2015-3-team3

Public Methods

Method Description
JsonApiMediaTypeFormatter ( ) : System
SetDefaultContentHeaders ( Type type, HttpContentHeaders headers, MediaTypeHeaderValue mediaType ) : void

Method Details

JsonApiMediaTypeFormatter() public method

public JsonApiMediaTypeFormatter ( ) : System
return System

SetDefaultContentHeaders() public method

public SetDefaultContentHeaders ( Type type, HttpContentHeaders headers, MediaTypeHeaderValue mediaType ) : void
type System.Type
headers System.Net.Http.Headers.HttpContentHeaders
mediaType System.Net.Http.Headers.MediaTypeHeaderValue
return void