Click or drag to resize
AGIScriptGetVariable Method
Returns the value of the given channel variable.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected string GetVariable(
	string name
)

Parameters

name
Type: SystemString
the name of the variable to retrieve.

Return Value

Type: String
the value of the given variable or null if not set.
See Also