C# 클래스 GoatTrip.RestApi.BrowserJsonFormatter

상속: System.Net.Http.Formatting.JsonMediaTypeFormatter
파일 보기 프로젝트 열기: NHSChoices/location-service

공개 메소드들

메소드 설명
BrowserJsonFormatter ( bool identResponse ) : System
SetDefaultContentHeaders ( Type type, HttpContentHeaders headers, MediaTypeHeaderValue mediaType ) : void

메소드 상세

BrowserJsonFormatter() 공개 메소드

public BrowserJsonFormatter ( bool identResponse ) : System
identResponse bool
리턴 System

SetDefaultContentHeaders() 공개 메소드

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