C# Class SolarCalculator.Endpoints.VersionEndpoint

Displays the information about the soe.
Afficher le fichier Open project: steveoh/SolarCalculator

Méthodes publiques

Méthode Description
Handler ( NameValueCollection boundVariables, string outputFormat, string requestProperties, string &responseProperties ) : byte[]

Handlers the rest request for when the soe page is viewed.

Method Details

Handler() public static méthode

Handlers the rest request for when the soe page is viewed.
public static Handler ( NameValueCollection boundVariables, string outputFormat, string requestProperties, string &responseProperties ) : byte[]
boundVariables System.Collections.Specialized.NameValueCollection The bound variables.
outputFormat string The output format.
requestProperties string The request properties.
responseProperties string The response properties.
Résultat byte[]