C# Class HealthMonitoring.SelfHost.Controllers.StaticController

Inheritance: ApiController
显示文件 Open project: wongatech/HealthMonitoring

Protected Methods

Method Description
GetCustomStream ( string directory, string file ) : Stream

Private Methods

Method 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 method

protected GetCustomStream ( string directory, string file ) : Stream
directory string
file string
return Stream