Click or drag to resize

CloudAPIRequest Method

Makes an http request to a specific end point in the cloud.

Namespace:  Nexpaq.APIs
Assembly:  NexpaqCore (in NexpaqCore.dll) Version: 1.0.6767.24310
Syntax
C#
public void Request(
	string endpoint,
	HttpMethod method,
	Dictionary<string, string> parameters,
	Action<string> callback,
	Action<string> error
)

Parameters

endpoint
Type: SystemString
Endpoint.
method
Type: System.Net.HttpHttpMethod
Method.
parameters
Type: System.Collections.GenericDictionaryString, String
Parameters.
callback
Type: SystemActionString
Callback.
error
Type: SystemActionString
Error.
See Also