DialInfo(String, SIPAddress) Constructor |
Initializes a new instance of the
DialInfo class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic DialInfo(
string dialed,
SIPAddress callerID
)
Public Sub New (
dialed As String,
callerID As SIPAddress
)
public:
DialInfo(
String^ dialed,
SIPAddress^ callerID
)
new :
dialed : string *
callerID : SIPAddress -> DialInfoParameters
- dialed String
-
- callerID SIPAddress
-
See Also