C# Class PhotoSharingApp.AppService.Controllers.ConfigController

Inheritance: ApiController
Datei anzeigen Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Public Methods

Method Description
ConfigController ( Microsoft.ApplicationInsights.TelemetryClient telemetryClient ) : System.Web.Http

Config controller constructor.

Private Methods

Method Description
GetAsync ( ) : ConfigContract

Method Details

ConfigController() public method

Config controller constructor.
public ConfigController ( Microsoft.ApplicationInsights.TelemetryClient telemetryClient ) : System.Web.Http
telemetryClient Microsoft.ApplicationInsights.TelemetryClient The telemetry client.
return System.Web.Http