C# Class Dev2.Tests.Runtime.WebServer.Responses.TestDynamicFileResponseWriter

Inheritance: Dev2.Runtime.WebServer.Responses.DynamicFileResponseWriter
Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
TestDynamicFileResponseWriter ( string layoutFileContent, string contentPathToken, string contentPath ) : Dev2.Runtime.WebServer.Responses

Protected Methods

Method Description
ReadLayoutFile ( ) : string

Method Details

ReadLayoutFile() protected method

protected ReadLayoutFile ( ) : string
return string

TestDynamicFileResponseWriter() public method

public TestDynamicFileResponseWriter ( string layoutFileContent, string contentPathToken, string contentPath ) : Dev2.Runtime.WebServer.Responses
layoutFileContent string
contentPathToken string
contentPath string
return Dev2.Runtime.WebServer.Responses