| AGIRequest Constructor |
Creates a new AGIRequest.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AGIRequest(
List<string> environment
)
Public Sub New (
environment As List(Of String)
)
public:
AGIRequest(
List<String^>^ environment
)
new :
environment : List<string> -> AGIRequest
Parameters
- environment
- Type: System.Collections.GenericListString
the first lines as received from Asterisk containing the environment.
See Also