Click or drag to resize

NetworkDataFetchsetUrlParameters Method

Set parameters to use in the URL string for all queries

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public void setUrlParameters(
	Dictionary<string, string> parameters,
	string url
)

Parameters

parameters
Type: System.Collections.GenericDictionaryString, String
Parameters to use. Keys are parameter names, values are parameter values
url
Type: SystemString
URL to use for POST and GET requests
See Also