ClientConfiguration Constructor (String, String, String, String, String, String, String) |
Constructor. This should be adopted by clients as it derives the UserAgentName
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic ClientConfiguration(
string dataDirectory,
string productName,
string productVersion,
string platform,
string osVersion,
string buildNumber,
string vendorName
)
Parameters
- dataDirectory
- Type: SystemString
The location where persistent data should be stored. - productName
- Type: SystemString
UI application or Product name. - productVersion
- Type: SystemString
UI Application version (e.g. 3.0). - platform
- Type: SystemString
UI Application platform or OS name (e.g. Windows, 64-bit). - osVersion
- Type: SystemString
Device OS version. - buildNumber
- Type: SystemString
UI application build number (e.g. 2.1.0.69). - vendorName
- Type: SystemString
Device Vendor name (e.g. Avaya LLC.).
See Also