Click or drag to resize
AGIChannel Constructor (AGIWriter, AGIReader, Boolean, Boolean)
Initializes a new instance of the AGIChannel class

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AGIChannel(
	AGIWriter agiWriter,
	AGIReader agiReader,
	bool SC511_CAUSES_EXCEPTION,
	bool SCHANGUP_CAUSES_EXCEPTION
)

Parameters

agiWriter
Type: AsterNET.FastAGIAGIWriter

[Missing <param name="agiWriter"/> documentation for "M:AsterNET.FastAGI.AGIChannel.#ctor(AsterNET.FastAGI.AGIWriter,AsterNET.FastAGI.AGIReader,System.Boolean,System.Boolean)"]

agiReader
Type: AsterNET.FastAGIAGIReader

[Missing <param name="agiReader"/> documentation for "M:AsterNET.FastAGI.AGIChannel.#ctor(AsterNET.FastAGI.AGIWriter,AsterNET.FastAGI.AGIReader,System.Boolean,System.Boolean)"]

SC511_CAUSES_EXCEPTION
Type: SystemBoolean

[Missing <param name="SC511_CAUSES_EXCEPTION"/> documentation for "M:AsterNET.FastAGI.AGIChannel.#ctor(AsterNET.FastAGI.AGIWriter,AsterNET.FastAGI.AGIReader,System.Boolean,System.Boolean)"]

SCHANGUP_CAUSES_EXCEPTION
Type: SystemBoolean

[Missing <param name="SCHANGUP_CAUSES_EXCEPTION"/> documentation for "M:AsterNET.FastAGI.AGIChannel.#ctor(AsterNET.FastAGI.AGIWriter,AsterNET.FastAGI.AGIReader,System.Boolean,System.Boolean)"]

See Also