Click or drag to resize

MainAPINetworkRequestString 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 void NetworkRequestString(
	string url,
	HttpMethod method,
	Dictionary<string, string> parameters,
	Action<string> callback,
	Action<string> error
)

Parameters

url
Type: SystemString
url
method
Type: System.Net.HttpHttpMethod
method
parameters
Type: System.Collections.GenericDictionaryString, String
parameter
callback
Type: SystemActionString
callback
error
Type: SystemActionString
error
See Also