| AGIReplyExtra Property |
Returns the text in parenthesis contained in this reply.
The meaning of this property depends on the command sent. Sometimes it
contains a flag like "timeout" or "hangup" or - in case of the
GetVariableCommand - the value of the variable.
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Extra { get; }
Public ReadOnly Property Extra As String
Get
public:
property String^ Extra {
String^ get ();
}
member Extra : string with get
Return Value
Type:
Stringthe text in the parenthesis or null if not set.
See Also