Click or drag to resize
SetExtensionCommand Constructor
Creates a new SetPriorityCommand.

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

Parameters

extension
Type: SystemString
the extension for continuation upon exiting the application.
See Also