C# 클래스 Gate.Middleware.StaticFiles.FileServer

파일 보기 프로젝트 열기: owin/museum-piece-gate 1 사용 예제들

공개 메소드들

메소드 설명
FileServer ( string root ) : System
Invoke ( object>.IDictionary env ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
Fail ( int status, string body, string headerName = null, string headerValue = null ) : Func,Task>
Serve ( object>.IDictionary env, string path ) : System.Threading.Tasks.Task

메소드 상세

FileServer() 공개 메소드

public FileServer ( string root ) : System
root string
리턴 System

Invoke() 공개 메소드

public Invoke ( object>.IDictionary env ) : System.Threading.Tasks.Task
env object>.IDictionary
리턴 System.Threading.Tasks.Task