Click or drag to resize
ClientConfiguration Constructor (String)
Constructor. No User Agent is set. Clients should explicitly set the UserAgentName.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public ClientConfiguration(
	string dataDirectory
)

Parameters

dataDirectory
Type: SystemString
The location where persistent data should be stored.
See Also