Click or drag to resize
ExecCommand Constructor (String, String)
Creates a new ExecCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ExecCommand(
	string application,
	string options
)

Parameters

application
Type: SystemString
the name of the application to execute.
options
Type: SystemString
the options to pass to the application.
See Also