Account Constructor (String, String, String, Int32) |
Account constructor.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Account(
string displayName,
string userName,
string domain,
int port
)
Public Sub New (
displayName As String,
userName As String,
domain As String,
port As Integer
)
public:
Account(
String^ displayName,
String^ userName,
String^ domain,
int port
)
new :
displayName : string *
userName : string *
domain : string *
port : int -> Account
Parameters
- displayName
- Type: SystemString
Displayed name of the account. - userName
- Type: SystemString
Username of the account. - domain
- Type: SystemString
Domain where the account is registered to. If domain is in IP:PORT format, then port is ignored. - port
- Type: SystemInt32
Port of the domain where the account is registered to. If domain is in IP:PORT format, then this parameter is ignored.
See Also