C# Class SolarCalculator.Endpoints.SolarCalculatorRestEndpoint

Inheritance: SolarCalculator.Infastructure.Endpoints.JsonEndpoint, IRestEndpoint
ファイルを表示 Open project: steveoh/SolarCalculator

Public Methods

Method Description
Handler ( NameValueCollection boundVariables, JsonObject operationInput, string outputFormat, string requestProperties, string &responseProperties ) : byte[]

Handles the incoming rest requests

RestOperation ( ) : RestOperation

A method that the dynamic endpoint setup uses for registering the rest endpoing operation details.

Method Details

Handler() public static method

Handles the incoming rest requests
public static Handler ( NameValueCollection boundVariables, JsonObject operationInput, string outputFormat, string requestProperties, string &responseProperties ) : byte[]
boundVariables System.Collections.Specialized.NameValueCollection The bound variables.
operationInput JsonObject The operation input.
outputFormat string The output format.
requestProperties string The request properties.
responseProperties string The response properties.
return byte[]

RestOperation() public method

A method that the dynamic endpoint setup uses for registering the rest endpoing operation details.
public RestOperation ( ) : RestOperation
return RestOperation