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

Inheritance: Dev2.Runtime.WebServer.Responses.StaticFileResponseWriter
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
TestStaticFileResponseWriter ( string fileContent, string contentType ) : System.IO

Méthodes protégées

Méthode Description
OpenFileStream ( ) : Stream

Method Details

OpenFileStream() protected méthode

protected OpenFileStream ( ) : Stream
Résultat System.IO.Stream

TestStaticFileResponseWriter() public méthode

public TestStaticFileResponseWriter ( string fileContent, string contentType ) : System.IO
fileContent string
contentType string
Résultat System.IO