Click or drag to resize
StreamFileCommand Constructor (String, String)
Creates a new StreamFileCommand, streaming from the beginning.

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

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.
See Also