C# 클래스 StatLight.Core.WebServer.ResponseFactory

파일 보기 프로젝트 열기: staxmanade/StatLight 1 사용 예제들

공개 메소드들

메소드 설명
Get ( string localPath ) : ResponseFile
Reset ( ) : void
ResponseFactory ( ICurrentStatLightConfiguration currentStatLightConfiguration ) : System

비공개 메소드들

메소드 설명
GetTestHtmlPage ( ) : ResponseFile
IsKnown ( string filea, string fileb ) : bool
IsKnownFile ( string localPath ) : bool

메소드 상세

Get() 공개 메소드

public Get ( string localPath ) : ResponseFile
localPath string
리턴 ResponseFile

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ResponseFactory() 공개 메소드

public ResponseFactory ( ICurrentStatLightConfiguration currentStatLightConfiguration ) : System
currentStatLightConfiguration ICurrentStatLightConfiguration
리턴 System