Click or drag to resize

Account(String, String, String, Int32) Constructor

Account constructor.

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

Parameters

displayName  String
Displayed name of the account.
userName  String
Username of the account.
domain  String
Domain where the account is registered to. If domain is in IP:PORT format, then port is ignored.
port  Int32
Port of the domain where the account is registered to. If domain is in IP:PORT format, then this parameter is ignored.
See Also