Click or drag to resize
TDDModeCommand Constructor
Creates a new TDDModeCommand. The mode to set, this can be one of "on", "off", "mate" or "tdd".

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

Parameters

mode
Type: SystemString

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

See Also