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