AcsConfiguration Class |
Namespace: Avaya.ClientServices
public class AcsConfiguration
The AcsConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| AcsConfiguration |
Constructor.
|
| Name | Description | |
|---|---|---|
| AuthenticationMethodPreferences | ||
| CredentialProvider |
An ICredentialProvider value representing the object that provides the credentials.
| |
| Enabled |
A Boolean value indicating whether the ACS provider is enabled.
| |
| InitialReconnectInterval |
The initial time interval between a connection failure and a reconnect
attempt, in seconds. Set to zero to disable automatic reconnection attempts.
The default is 2 seconds.
| |
| MaxReconnectInterval |
The max time interval between a connection failure and a reconnect
attempt, in seconds.
| |
| ServerInfo |
A ServerInfo value indicating the server to connect with.
| |
| ServerUrl |
The URL of the server to connect with.
ServerInfo will be ignored if this URL is specified.
|