C# Class HealthMonitoring.SelfHost.Controllers.StaticController

Inheritance: ApiController
Afficher le fichier Open project: wongatech/HealthMonitoring

Méthodes protégées

Méthode Description
GetCustomStream ( string directory, string file ) : Stream

Private Methods

Méthode Description
GetDashboard ( ) : HttpResponseMessage
GetDefaultStream ( string directory, string file ) : Stream
GetEndpointDetails ( ) : HttpResponseMessage
GetHome ( ) : HttpResponseMessage
GetMediaType ( string extension ) : string
GetStatic ( string directory, string file ) : HttpResponseMessage
ReturnFileContent ( string directory, string file ) : HttpResponseMessage

Method Details

GetCustomStream() protected méthode

protected GetCustomStream ( string directory, string file ) : Stream
directory string
file string
Résultat Stream