Click or drag to resize
GetVariableCommand Constructor
Creates a new GetVariableCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public GetVariableCommand(
	string variable
)

Parameters

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