C# Класс SolarCalculator.Endpoints.VersionEndpoint

Displays the information about the soe.
Показать файл Открыть проект

Открытые методы

Метод Описание
Handler ( NameValueCollection boundVariables, string outputFormat, string requestProperties, string &responseProperties ) : byte[]

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

Описание методов

Handler() публичный статический Метод

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.
Результат byte[]