Click or drag to resize

DirectIPDialInfo Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPDialInfo
    Ozeki.VoIPDirectIPDialInfo

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

The DirectIPDialInfo type exposes the following members.

Constructors
 NameDescription
Public methodDirectIPDialInfo(SIPAddress)Initializes a new instance of the DirectIPDialInfo class
Public methodDirectIPDialInfo(String)Initializes a new instance of the DirectIPDialInfo class
Public methodDirectIPDialInfo(SIPAddress, SIPAddress)Initializes a new instance of the DirectIPDialInfo class
Public methodDirectIPDialInfo(String, SIPAddress)Initializes a new instance of the DirectIPDialInfo class
Top
Properties
 NameDescription
Public propertyCallerDisplay
(Inherited from DialInfo)
Public propertyCallerID
(Inherited from DialInfo)
Public propertyDialed
(Inherited from DialInfo)
Public propertyDialedString
(Inherited from DialInfo)
Public propertySIPCallerID
(Inherited from DialInfo)
Public propertySIPDialed
(Inherited from DialInfo)
Top
Methods
 NameDescription
Public methodClone
(Inherited from DialInfo)
Public methodEquals(DialInfo)
(Inherited from DialInfo)
Public methodEquals(Object)
(Inherited from DialInfo)
Public methodSetDefaults
(Inherited from DialInfo)
Public methodToString
(Inherited from DialInfo)
Top
Extension Methods
 NameDescription
Public Extension MethodSetCallerID
(Defined by ExDialInfo)
Public Extension MethodToInternalDialInfo
(Defined by ExDialInfo)
Top
See Also