C# Class Restup.Webserver.File.PhysicalFileSystem

Inheritance: IFileSystem
显示文件 Open project: tomkuijsten/restup

Public Methods

Method Description
Exists ( string absoluteBasePathUri ) : bool
GetFileFromPathAsync ( string path ) : Task

Method Details

Exists() public method

public Exists ( string absoluteBasePathUri ) : bool
absoluteBasePathUri string
return bool

GetFileFromPathAsync() public method

public GetFileFromPathAsync ( string path ) : Task
path string
return Task