C# 클래스 Liara.ResponseProcessing.LiaraResponseFormatProvider

상속: ILiaraResponseFormatProvider
파일 보기 프로젝트 열기: prasannavl/Liara 1 사용 예제들

공개 메소드들

메소드 설명
LiaraResponseFormatProvider ( ILiaraContext context ) : System
ProcessAsync ( object inputObject, Stream targetStream ) : System.Threading.Tasks.Task
SelectAll ( ) : void
SelectCharsetEncoding ( ) : void
SelectCulture ( ) : void
SelectFormatter ( ) : void

메소드 상세

LiaraResponseFormatProvider() 공개 메소드

public LiaraResponseFormatProvider ( ILiaraContext context ) : System
context ILiaraContext
리턴 System

ProcessAsync() 공개 메소드

public ProcessAsync ( object inputObject, Stream targetStream ) : System.Threading.Tasks.Task
inputObject object
targetStream Stream
리턴 System.Threading.Tasks.Task

SelectAll() 공개 메소드

public SelectAll ( ) : void
리턴 void

SelectCharsetEncoding() 공개 메소드

public SelectCharsetEncoding ( ) : void
리턴 void

SelectCulture() 공개 메소드

public SelectCulture ( ) : void
리턴 void

SelectFormatter() 공개 메소드

public SelectFormatter ( ) : void
리턴 void