C# 클래스 HypermediaApiSiteConsole.Tools.PlainTextFormatter

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

공개 메소드들

메소드 설명
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
PlainTextFormatter ( ) : System
WriteToStreamAsync ( Type type, object value, System writeStream, System content, System transportContext ) : System.Threading.Tasks.Task

메소드 상세

CanReadType() 공개 메소드

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

CanWriteType() 공개 메소드

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

PlainTextFormatter() 공개 메소드

public PlainTextFormatter ( ) : System
리턴 System

WriteToStreamAsync() 공개 메소드

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