| 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.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool KeepAliveAfterAuthenticationFailure { get; set; }
Public Property KeepAliveAfterAuthenticationFailure As Boolean
Get
Set
public:
property bool KeepAliveAfterAuthenticationFailure {
bool get ();
void set (bool value);
}
member KeepAliveAfterAuthenticationFailure : bool with get, set
Property Value
Type:
BooleanSee Also