Click or drag to resize
AGIRequest Constructor
Creates a new AGIRequest.

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public AGIRequest(
	List<string> environment
)

Parameters

environment
Type: System.Collections.GenericListString
the first lines as received from Asterisk containing the environment.
See Also