InternalDialInfo Constructor (String, String, String, SIPAddress, SIPAddress) |
For internal use only!
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public InternalDialInfo(
string dialed,
string callerDisplay,
string callerID,
SIPAddress sipDialed,
SIPAddress sipCallerID
)
Public Sub New (
dialed As String,
callerDisplay As String,
callerID As String,
sipDialed As SIPAddress,
sipCallerID As SIPAddress
)
public:
InternalDialInfo(
String^ dialed,
String^ callerDisplay,
String^ callerID,
SIPAddress^ sipDialed,
SIPAddress^ sipCallerID
)
new :
dialed : string *
callerDisplay : string *
callerID : string *
sipDialed : SIPAddress *
sipCallerID : SIPAddress -> InternalDialInfo
Parameters
- dialed
- Type: SystemString
- callerDisplay
- Type: SystemString
- callerID
- Type: SystemString
- sipDialed
- Type: Ozeki.VoIPSIPAddress
- sipCallerID
- Type: Ozeki.VoIPSIPAddress
See Also