C# 클래스 sep24images.Formatters.ImageFormatter

상속: System.Net.Http.Formatting.BufferedMediaTypeFormatter
파일 보기 프로젝트 열기: peteratseneca/dps907fall2013

공개 메소드들

메소드 설명
CanReadType ( Type type ) : bool
CanWriteType ( Type type ) : bool
ImageFormatter ( ) : System
ReadFromStream ( Type type, System readStream, System content, IFormatterLogger formatterLogger ) : object
WriteToStream ( Type type, object value, System writeStream, System content ) : void

메소드 상세

CanReadType() 공개 메소드

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

CanWriteType() 공개 메소드

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

ImageFormatter() 공개 메소드

public ImageFormatter ( ) : System
리턴 System

ReadFromStream() 공개 메소드

public ReadFromStream ( Type type, System readStream, System content, IFormatterLogger formatterLogger ) : object
type System.Type
readStream System
content System
formatterLogger IFormatterLogger
리턴 object

WriteToStream() 공개 메소드

public WriteToStream ( Type type, object value, System writeStream, System content ) : void
type System.Type
value object
writeStream System
content System
리턴 void