C# 클래스 Restup.Webserver.File.PhysicalFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: tomkuijsten/restup

공개 메소드들

메소드 설명
Exists ( string absoluteBasePathUri ) : bool
GetFileFromPathAsync ( string path ) : Task

메소드 상세

Exists() 공개 메소드

public Exists ( string absoluteBasePathUri ) : bool
absoluteBasePathUri string
리턴 bool

GetFileFromPathAsync() 공개 메소드

public GetFileFromPathAsync ( string path ) : Task
path string
리턴 Task