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

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
)

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