| AGIScriptGetFullVariable Method (String, String) |
Returns the value of the given channel variable.
Available since Asterisk 1.2.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected string GetFullVariable(
string name,
string channelName
)
Protected Function GetFullVariable (
name As String,
channelName As String
) As String
protected:
String^ GetFullVariable(
String^ name,
String^ channelName
)
member GetFullVariable :
name : string *
channelName : string -> string
Parameters
- name
- Type: SystemString
the name of the variable to retrieve. - channelName
- Type: SystemString
[Missing <param name="channelName"/> documentation for "M:AsterNET.FastAGI.AGIScript.GetFullVariable(System.String,System.String)"]
Return Value
Type:
Stringthe value of the given variable or null if not set.
See Also