Click or drag to resize

MainAPIStaticNetworkRequest Method

Makes http request, supports GET, POST and PUT requests

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

Parameters

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