Click or drag to resize
GetDataCommand Constructor (String, Int64, Int32)
Creates a new GetDataCommand with the given timeout and maxDigits.

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

Parameters

file
Type: SystemString
the name of the file to stream, must not include extension.
timeout
Type: SystemInt64
the timeout in milliseconds to wait for data.
0 means standard timeout value, -1 means "ludicrous time" (essentially never times out).
maxDigits
Type: SystemInt32
the maximum number of digits to read.
Must be in [1..1024].
See Also