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

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

The DataTransferServiceConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodDataTransferServiceConfiguration
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 DataTransferService to query for credentials when challenged by the network server where the data transfer is initiated from.
Top
See Also