C# Class OpenRasta.Pipeline.Contributors.ResponseEntityWriterContributor

Inheritance: KnownStages.IResponseCoding
Afficher le fichier Open project: openrasta/openrasta-core

Private Properties

Свойство Type Description
CreateWriter Func,Task>
PadErrorMessageForIE Task
ResolveCodec ICodec
SendEmptyResponse Task
WriteResponseBuffered Task

Méthodes publiques

Méthode Description
Initialize ( IPipeline pipeline ) : void

Private Methods

Méthode Description
CreateWriter ( ICodec codecInstance ) : Func,Task>
PadErrorMessageForIE ( ICommunicationContext context ) : Task
ResolveCodec ( ICommunicationContext context ) : ICodec
SendEmptyResponse ( ICommunicationContext context ) : Task
WriteResponseBuffered ( ICommunicationContext context ) : Task

Method Details

Initialize() public méthode

public Initialize ( IPipeline pipeline ) : void
pipeline IPipeline
Résultat void