Click or drag to resize
DownloadServiceConfiguration Class
User configuration information for the download service. This class provides configuration and preference data for the download service features.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesDownloadServiceConfiguration

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

The DownloadServiceConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodDownloadServiceConfiguration
Constructor.
Top
Properties
  NameDescription
Public propertyAuthenticationMethodPreferences
Public propertyCredentialProvider
An ICredentialProvider value representing the object that provides the credentials. ICredentialProvider is implemented by the client application. It allows DownloadService to query for credentials when challenged by the network server where the download is initiated from.
Top
See Also