Click or drag to resize
AGIConnectionHandler Constructor
Creates a new AGIConnectionHandler to handle the given socket connection.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AGIConnectionHandler(
	SocketConnection socket,
	IMappingStrategy mappingStrategy,
	bool SC511_CAUSES_EXCEPTION,
	bool SCHANGUP_CAUSES_EXCEPTION
)

Parameters

socket
Type: AsterNET.IOSocketConnection
the socket connection to handle.
mappingStrategy
Type: AsterNET.FastAGIIMappingStrategy
the strategy to use to determine which script to run.
SC511_CAUSES_EXCEPTION
Type: SystemBoolean

[Missing <param name="SC511_CAUSES_EXCEPTION"/> documentation for "M:AsterNET.FastAGI.AGIConnectionHandler.#ctor(AsterNET.IO.SocketConnection,AsterNET.FastAGI.IMappingStrategy,System.Boolean,System.Boolean)"]

SCHANGUP_CAUSES_EXCEPTION
Type: SystemBoolean

[Missing <param name="SCHANGUP_CAUSES_EXCEPTION"/> documentation for "M:AsterNET.FastAGI.AGIConnectionHandler.#ctor(AsterNET.IO.SocketConnection,AsterNET.FastAGI.IMappingStrategy,System.Boolean,System.Boolean)"]

See Also