C# Class AzureLens.Models.ImageMediaFormatter

Inheritance: System.Net.Http.Formatting.MediaTypeFormatter
Afficher le fichier Open project: MicrosoftDX/AzureLens

Méthodes publiques

Méthode 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 méthode

public CanReadType ( Type type ) : bool
type System.Type
Résultat bool

CanWriteType() public méthode

public CanWriteType ( Type type ) : bool
type System.Type
Résultat bool

ImageMediaFormatter() public méthode

public ImageMediaFormatter ( ) : AzurelensBlob
Résultat AzurelensBlob

ReadFromStreamAsync() public méthode

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