C# Class StatLight.Core.WebServer.ResponseFactory

Mostra file Open project: staxmanade/StatLight Class Usage Examples

Public Methods

Method Description
Get ( string localPath ) : ResponseFile
Reset ( ) : void
ResponseFactory ( ICurrentStatLightConfiguration currentStatLightConfiguration ) : System

Private Methods

Method Description
GetTestHtmlPage ( ) : ResponseFile
IsKnown ( string filea, string fileb ) : bool
IsKnownFile ( string localPath ) : bool

Method Details

Get() public method

public Get ( string localPath ) : ResponseFile
localPath string
return ResponseFile

Reset() public method

public Reset ( ) : void
return void

ResponseFactory() public method

public ResponseFactory ( ICurrentStatLightConfiguration currentStatLightConfiguration ) : System
currentStatLightConfiguration ICurrentStatLightConfiguration
return System