C# Class GoatTrip.RestApi.BrowserJsonFormatter

Inheritance: System.Net.Http.Formatting.JsonMediaTypeFormatter
Afficher le fichier Open project: NHSChoices/location-service

Méthodes publiques

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

Method Details

BrowserJsonFormatter() public méthode

public BrowserJsonFormatter ( bool identResponse ) : System
identResponse bool
Résultat System

SetDefaultContentHeaders() public méthode

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