Click or drag to resize
ReceiveCharCommand Constructor (Int32)
Creates a new ReceiveCharCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ReceiveCharCommand(
	int timeout
)

Parameters

timeout
Type: SystemInt32
the milliseconds to wait for the channel to receive a character.
See Also