Click or drag to resize

DataRequestaddStringParameter Method (String, String, Boolean)

Add a parameter to the request. If request already has parameter by that name, changes the parameter's value Parameter names are case-insensitive

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public void addStringParameter(
	string name,
	string value,
	bool addIfEmpty
)

Parameters

name
Type: SystemString
Name of parameter to add
value
Type: SystemString
Value of parameter to add
addIfEmpty
Type: SystemBoolean
If false, parameter will not be added to the DataRequest if the value is 0 length
Exceptions
ExceptionCondition
ExceptionThrown if parameter name is empty string
See Also