Click or drag to resize
ManagerConnectionIsConnected Method
Returns true if there is a socket connection to the asterisk server, false otherwise.

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsConnected()

Return Value

Type: Boolean
true if there is a socket connection to the asterisk server, false otherwise.
See Also