DirectIPDialInfo Constructor (String, SIPAddress) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public DirectIPDialInfo(
string remoteHostPort,
SIPAddress callerID
)
Public Sub New (
remoteHostPort As String,
callerID As SIPAddress
)
public:
DirectIPDialInfo(
String^ remoteHostPort,
SIPAddress^ callerID
)
new :
remoteHostPort : string *
callerID : SIPAddress -> DirectIPDialInfo
Parameters
- remoteHostPort
- Type: SystemString
The remote address that will be called. - callerID
- Type: Ozeki.VoIPSIPAddress
The caller ID for outbound call.
See Also