C# Class Dev2.Runtime.WebServer.Responses.DynamicFileResponseWriter

Inheritance: IResponseWriter
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
DynamicFileResponseWriter ( string layoutFile, string contentPathToken, string contentPath ) : System.IO
Write ( WebServerContext context ) : void

Méthodes protégées

Méthode Description
ReadLayoutFile ( ) : string

Private Methods

Méthode Description
GetContent ( ) : string

Method Details

DynamicFileResponseWriter() public méthode

public DynamicFileResponseWriter ( string layoutFile, string contentPathToken, string contentPath ) : System.IO
layoutFile string
contentPathToken string
contentPath string
Résultat System.IO

ReadLayoutFile() protected méthode

protected ReadLayoutFile ( ) : string
Résultat string

Write() public méthode

public Write ( WebServerContext context ) : void
context WebServerContext
Résultat void