C# Class SolarCalculator.Endpoints.VersionEndpoint

Displays the information about the soe.
ファイルを表示 Open project: steveoh/SolarCalculator

Public Methods

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

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.
return byte[]