C# Class Restup.Webserver.File.PhysicalFile

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

Public Methods

Method Description
OpenStreamForReadAsync ( ) : Task
PhysicalFile ( StorageFile storageFile ) : System.IO

Method Details

OpenStreamForReadAsync() public method

public OpenStreamForReadAsync ( ) : Task
return Task

PhysicalFile() public method

public PhysicalFile ( StorageFile storageFile ) : System.IO
storageFile Windows.Storage.StorageFile
return System.IO