Click or drag to resize
GetOptionCommand Constructor (String, String, Int32)
Creates a new GetOptionCommand with the given timeout.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public GetOptionCommand(
	string file,
	string escapeDigits,
	int timeout
)

Parameters

file
Type: SystemString
the name of the file to stream, must not include extension.
escapeDigits
Type: SystemString
contains the digits that the user is expected to press.
timeout
Type: SystemInt32
the timeout in seconds to wait if none of the defined esacpe digits was presses while streaming.
See Also