C# 클래스 AzureLens.Models.ImageMediaFormatter

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

공개 메소드들

메소드 설명
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
ImageMediaFormatter ( ) : AzurelensBlob
ReadFromStreamAsync ( Type type, Stream stream, HttpContent content, IFormatterLogger formatterLogger ) : Task

메소드 상세

CanReadType() 공개 메소드

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

CanWriteType() 공개 메소드

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

ImageMediaFormatter() 공개 메소드

public ImageMediaFormatter ( ) : AzurelensBlob
리턴 AzurelensBlob

ReadFromStreamAsync() 공개 메소드

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