Click or drag to resize
AGIScriptSetVariable Method
Sets the value of the given channel variable to a new value.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void SetVariable(
	string name,
	string val
)

Parameters

name
Type: SystemString
the name of the variable to retrieve.
val
Type: SystemString
the new value to set.
See Also