Click or drag to resize
StreamFileCommand Constructor (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
)

Parameters

file
Type: SystemString
the name of the file to stream, must not include extension.
See Also