Click or drag to resize

AcsConfiguration Properties

The AcsConfiguration type exposes the following members.

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