Click or drag to resize

Account Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPAccount

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
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
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
Methods
 NameDescription
Public methodToString
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodToSIPAddress
(Defined by AccountEx)
Top
See Also