C# 클래스 WebApiDemo.CsvMediaTypeFormatter

상속: System.Net.Http.Formatting.BufferedMediaTypeFormatter
파일 보기 프로젝트 열기: smichelotti/WebAPI-presentation

공개 메소드들

메소드 설명
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
CsvMediaTypeFormatter ( ) : System
WriteToStream ( Type type, object value, Stream stream, HttpContentHeaders contentHeaders ) : void

비공개 메소드들

메소드 설명
WriteItem ( object item, StreamWriter writer ) : void

메소드 상세

CanReadType() 공개 메소드

public CanReadType ( Type type ) : bool
type System.Type
리턴 bool

CanWriteType() 공개 메소드

public CanWriteType ( Type type ) : bool
type System.Type
리턴 bool

CsvMediaTypeFormatter() 공개 메소드

public CsvMediaTypeFormatter ( ) : System
리턴 System

WriteToStream() 공개 메소드

public WriteToStream ( Type type, object value, Stream stream, HttpContentHeaders contentHeaders ) : void
type System.Type
value object
stream Stream
contentHeaders System.Net.Http.Headers.HttpContentHeaders
리턴 void