C# Class TerrificNet.Controllers.StaticFileController

Inheritance: ApiController
Afficher le fichier Open project: namics/TerrificNet

Méthodes publiques

Méthode Description
Get ( string path ) : HttpResponseMessage
StaticFileController ( IFileSystem fileSystem, ServerConfiguration serverConfiguration ) : System

Méthodes protégées

Méthode Description
GetInternal ( string path ) : HttpResponseMessage

Private Methods

Méthode Description
GetMimeType ( string extension ) : string

Method Details

Get() public méthode

public Get ( string path ) : HttpResponseMessage
path string
Résultat System.Net.Http.HttpResponseMessage

GetInternal() protected méthode

protected GetInternal ( string path ) : HttpResponseMessage
path string
Résultat System.Net.Http.HttpResponseMessage

StaticFileController() public méthode

public StaticFileController ( IFileSystem fileSystem, ServerConfiguration serverConfiguration ) : System
fileSystem IFileSystem
serverConfiguration TerrificNet.Configuration.ServerConfiguration
Résultat System