Click or drag to resize

AcsConfiguration Class

User Configuration information for ACS. This class provides the configuration data that allows a connection and access to be made to an ACS Server
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesAcsConfiguration

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class AcsConfiguration

The AcsConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodAcsConfiguration
Constructor.
Top
Properties
  NameDescription
Public propertyAuthenticationMethodPreferences
Public propertyCredentialProvider
An ICredentialProvider value representing the object that provides the credentials.
Public propertyEnabled
A Boolean value indicating whether the ACS provider is enabled.
Public propertyInitialReconnectInterval
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.
Public propertyMaxReconnectInterval
The max time interval between a connection failure and a reconnect attempt, in seconds.
Public propertyServerInfo
A ServerInfo value indicating the server to connect with.
Public propertyServerUrl
The URL of the server to connect with. ServerInfo will be ignored if this URL is specified.
Top
See Also