C# 클래스 MvcApi.Formatting.StreamMediaTypeFormatter

상속: MediaTypeFormatter
파일 보기 프로젝트 열기: dax70/MvcApi

공개 메소드들

메소드 설명
ExecuteFormat ( Type type, object returnValue, FormatterContext formatterContext ) : void
WriteToStream ( Type type, object value, Stream stream, HttpRequestMessage requestMessage ) : void

보호된 메소드들

메소드 설명
StreamMediaTypeFormatter ( ) : System

메소드 상세

ExecuteFormat() 공개 메소드

public ExecuteFormat ( Type type, object returnValue, FormatterContext formatterContext ) : void
type System.Type
returnValue object
formatterContext FormatterContext
리턴 void

StreamMediaTypeFormatter() 보호된 메소드

protected StreamMediaTypeFormatter ( ) : System
리턴 System

WriteToStream() 공개 추상적인 메소드

public abstract WriteToStream ( Type type, object value, Stream stream, HttpRequestMessage requestMessage ) : void
type System.Type
value object
stream Stream
requestMessage MvcApi.Http.HttpRequestMessage
리턴 void