C# Class Laan.Sql.Formatter.Web.TextMediaTypeFormatter

Inheritance: System.Net.Http.Formatting.MediaTypeFormatter
Mostrar archivo Open project: benlaan/sqlformat

Public Methods

Method Description
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
ReadFromStreamAsync ( Type type, Stream readStream, HttpContent content, IFormatterLogger formatterLogger ) : Task
TextMediaTypeFormatter ( ) : System
WriteToStreamAsync ( Type type, object value, Stream writeStream, HttpContent content, System transportContext, System cancellationToken ) : 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

ReadFromStreamAsync() public method

public ReadFromStreamAsync ( Type type, Stream readStream, HttpContent content, IFormatterLogger formatterLogger ) : Task
type System.Type
readStream Stream
content System.Net.Http.HttpContent
formatterLogger IFormatterLogger
return Task

TextMediaTypeFormatter() public method

public TextMediaTypeFormatter ( ) : System
return System

WriteToStreamAsync() public method

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