C# 클래스 WebApiDoodle.Net.Http.Formatting.CSVMediaTypeFormatter

상속: System.Net.Http.Formatting.MediaTypeFormatter
파일 보기 프로젝트 열기: tugberkugurlu/WebAPIDoodle

공개 메소드들

메소드 설명
CSVMediaTypeFormatter ( ) : System
CSVMediaTypeFormatter ( IEnumerable mediaTypeMappings ) : System
CSVMediaTypeFormatter ( System.Net.Http.Formatting.MediaTypeMapping mediaTypeMapping ) : System
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
WriteToStreamAsync ( Type type, object value, Stream writeStream, HttpContent content, System.Net.TransportContext transportContext ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
isTypeOfIEnumerable ( Type type ) : bool
writeToStream ( Type type, object value, Stream stream, HttpContentHeaders contentHeaders ) : void

메소드 상세

CSVMediaTypeFormatter() 공개 메소드

public CSVMediaTypeFormatter ( ) : System
리턴 System

CSVMediaTypeFormatter() 공개 메소드

public CSVMediaTypeFormatter ( IEnumerable mediaTypeMappings ) : System
mediaTypeMappings IEnumerable
리턴 System

CSVMediaTypeFormatter() 공개 메소드

public CSVMediaTypeFormatter ( System.Net.Http.Formatting.MediaTypeMapping mediaTypeMapping ) : System
mediaTypeMapping System.Net.Http.Formatting.MediaTypeMapping
리턴 System

CanReadType() 공개 메소드

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

CanWriteType() 공개 메소드

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

WriteToStreamAsync() 공개 메소드

public WriteToStreamAsync ( Type type, object value, Stream writeStream, HttpContent content, System.Net.TransportContext transportContext ) : System.Threading.Tasks.Task
type System.Type
value object
writeStream Stream
content System.Net.Http.HttpContent
transportContext System.Net.TransportContext
리턴 System.Threading.Tasks.Task