Click or drag to resize
AGIReplyGetSynopsis Method
Returns the synopsis of the command sent if Asterisk expected a different syntax (getStatus() == SC_INVALID_COMMAND_SYNTAX).

Namespace: AsterNET.FastAGI
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string GetSynopsis()

Return Value

Type: String
the synopsis of the command sent, null if there were no syntax errors.
See Also