DialInfo(SIPAddress, String) Constructor |
Initializes a new instance of the
DialInfo class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
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 -> DialInfoParameters
- dialed SIPAddress
-
- callerID String
-
See Also