| AGIReplyGetSynopsis Method |
Returns the synopsis of the command sent if Asterisk expected a different
syntax (getStatus() == SC_INVALID_COMMAND_SYNTAX).
Namespace: AsterNET.FastAGIAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string GetSynopsis()
Public Function GetSynopsis As String
public:
String^ GetSynopsis()
member GetSynopsis : unit -> string
Return Value
Type:
Stringthe synopsis of the command sent, null if there were no syntax errors.
See Also