C# Class StatLight.Core.WebServer.ResponseFactory

Afficher le fichier Open project: staxmanade/StatLight Class Usage Examples

Méthodes publiques

Méthode Description
Get ( string localPath ) : ResponseFile
Reset ( ) : void
ResponseFactory ( ICurrentStatLightConfiguration currentStatLightConfiguration ) : System

Private Methods

Méthode Description
GetTestHtmlPage ( ) : ResponseFile
IsKnown ( string filea, string fileb ) : bool
IsKnownFile ( string localPath ) : bool

Method Details

Get() public méthode

public Get ( string localPath ) : ResponseFile
localPath string
Résultat ResponseFile

Reset() public méthode

public Reset ( ) : void
Résultat void

ResponseFactory() public méthode

public ResponseFactory ( ICurrentStatLightConfiguration currentStatLightConfiguration ) : System
currentStatLightConfiguration ICurrentStatLightConfiguration
Résultat System