C# Class GoatTrip.RestApi.BrowserJsonFormatter

Inheritance: System.Net.Http.Formatting.JsonMediaTypeFormatter
Datei anzeigen Open project: NHSChoices/location-service

Public Methods

Method Description
BrowserJsonFormatter ( bool identResponse ) : System
SetDefaultContentHeaders ( Type type, HttpContentHeaders headers, MediaTypeHeaderValue mediaType ) : void

Method Details

BrowserJsonFormatter() public method

public BrowserJsonFormatter ( bool identResponse ) : System
identResponse bool
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