Click or drag to resize

Account(String, String, String) Constructor

Account constructor.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public Account(
	string displayName,
	string userName,
	string domain
)

Parameters

displayName  String
Displayed name of the account.
userName  String
Username of the account.
domain  String
Domain where the account is registered to. Domain has to contain the IP address and port in IP:PORT format.
See Also