Click or drag to resize
ControlStreamFileCommand Constructor (String, String, Int32)
Creates a new ControlStreamFileCommand, streaming from the given offset. It uses the default digit "#" for forward and "*" for rewind and does not support pausing.

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

Parameters

file
Type: SystemString
the name of the file to stream, must not include extension.
escapeDigits
Type: SystemString
contains the digits that allow the user to interrupt this command. Maybe null if you don't want the user to interrupt.
offset
Type: SystemInt32
the offset samples to skip before streaming.
See Also