| ManagerConnectionIsConnected Method |
Returns true if there is a socket connection to the
asterisk server, false otherwise.
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsConnected()
Public Function IsConnected As Boolean
public:
bool IsConnected()
member IsConnected : unit -> bool
Return Value
Type:
Boolean true if there is a socket connection to the
asterisk server, false otherwise.
See Also