C# Class AzureLens.Models.ImageMediaFormatter

Inheritance: System.Net.Http.Formatting.MediaTypeFormatter
Datei anzeigen Open project: MicrosoftDX/AzureLens

Public Methods

Method Description
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
ImageMediaFormatter ( ) : AzurelensBlob
ReadFromStreamAsync ( Type type, Stream stream, HttpContent content, IFormatterLogger formatterLogger ) : 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

ImageMediaFormatter() public method

public ImageMediaFormatter ( ) : AzurelensBlob
return AzurelensBlob

ReadFromStreamAsync() public method

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