DialInfo Constructor (SIPAddress, SIPAddress) |
Initializes a new instance of the
DialInfo class.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public DialInfo(
SIPAddress dialed,
SIPAddress callerID
)
Public Sub New (
dialed As SIPAddress,
callerID As SIPAddress
)
public:
DialInfo(
SIPAddress^ dialed,
SIPAddress^ callerID
)
new :
dialed : SIPAddress *
callerID : SIPAddress -> DialInfo
Parameters
- dialed
- Type: Ozeki.VoIPSIPAddress
The SIP address of the dialed number or user. - callerID
- Type: Ozeki.VoIPSIPAddress
The SIP address of the caller.
See Also