C# 클래스 OpenRasta.Pipeline.Contributors.ResponseEntityWriterContributor

상속: KnownStages.IResponseCoding
파일 보기 프로젝트 열기: openrasta/openrasta-core

Private Properties

프로퍼티 타입 설명
CreateWriter Func,Task>
PadErrorMessageForIE Task
ResolveCodec ICodec
SendEmptyResponse Task
WriteResponseBuffered Task

공개 메소드들

메소드 설명
Initialize ( IPipeline pipeline ) : void

비공개 메소드들

메소드 설명
CreateWriter ( ICodec codecInstance ) : Func,Task>
PadErrorMessageForIE ( ICommunicationContext context ) : Task
ResolveCodec ( ICommunicationContext context ) : ICodec
SendEmptyResponse ( ICommunicationContext context ) : Task
WriteResponseBuffered ( ICommunicationContext context ) : Task

메소드 상세

Initialize() 공개 메소드

public Initialize ( IPipeline pipeline ) : void
pipeline IPipeline
리턴 void