Click or drag to resize
SetVariableCommand 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 SetVariableCommand(
	string name,
	string value
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:AsterNET.FastAGI.Command.SetVariableCommand.#ctor(System.String,System.String)"]

value
Type: SystemString
the value to set.
See Also