C# Class HypermediaApiSiteConsole.Tools.PlainTextFormatter

Inheritance: System.Net.Http.Formatting.MediaTypeFormatter
Datei anzeigen Open project: darrelmiller/HypermediaApiSite

Public Methods

Method Description
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

Method Details

CanReadType() public method

public CanReadType ( Type type ) : bool
type System.Type
return bool

CanWriteType() public method

public CanWriteType ( Type type ) : bool
type System.Type
return bool

PlainTextFormatter() public method

public PlainTextFormatter ( ) : System
return System

WriteToStreamAsync() public method

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
return System.Threading.Tasks.Task