Click or drag to resize

DialInfo Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPDialInfo
    Ozeki.VoIPDirectIPDialInfo

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public class DialInfo : IEquatable<DialInfo>

The DialInfo type exposes the following members.

Constructors
 NameDescription
Public methodDialInfo(SIPAddress)Initializes a new instance of the DialInfo class
Public methodDialInfo(String)Initializes a new instance of the DialInfo class
Public methodDialInfo(SIPAddress, SIPAddress)Initializes a new instance of the DialInfo class
Public methodDialInfo(SIPAddress, String)Initializes a new instance of the DialInfo class
Public methodDialInfo(String, SIPAddress)Initializes a new instance of the DialInfo class
Public methodDialInfo(String, String)Initializes a new instance of the DialInfo class
Top
Properties
Methods
Extension Methods
 NameDescription
Public Extension MethodSetCallerID
(Defined by ExDialInfo)
Public Extension MethodToInternalDialInfo
(Defined by ExDialInfo)
Top
See Also