Click or drag to resize

DataRequestaddStringParameterIfNotCurrentlyPresent Method

Add a parameter to the request only if it is already not in the request. 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 addStringParameterIfNotCurrentlyPresent(
	string name,
	string value
)

Parameters

name
Type: SystemString
Name of parmaeter to add
value
Type: SystemString
Value of parameter to add
Exceptions
ExceptionCondition
ExceptionThrown if parameter name is empty string
See Also