Click or drag to resize
AGIReplyGetUsage Method
Returns the usage 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 GetUsage()

Return Value

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