C# Class Server.FileStreamFactory

Inheritance: IStreamFactory
Exibir arquivo Open project: adrianrussell/MicroFrameworkWebServer

Public Methods

Method Description
Create ( string filePath ) : Stream

Method Details

Create() public method

public Create ( string filePath ) : Stream
filePath string
return System.IO.Stream