Click or drag to resize
Account Class
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPAccount

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class Account

The Account type exposes the following members.

Constructors
  NameDescription
Public methodAccount(String, String, String)
Account constructor.
Public methodAccount(String, String, String, Int32)
Account constructor.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToSIPAddress (Defined by AccountEx.)
Top
Properties
  NameDescription
Public propertyDisplayName
Gets the display name of the account.
Public propertyHostName
Gets the host name of the account.
Public propertyUserName
Gets the user ID of the account.
Top
See Also