Click or drag to resize
ManagerConnectionKeepAliveAfterAuthenticationFailure Property
Set to true to try reconnecting to ther asterisk serve even if the reconnection attempt threw an AuthenticationFailedException.
Default is false.

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool KeepAliveAfterAuthenticationFailure { get; set; }

Property Value

Type: Boolean
See Also