DirectIPDialInfo Constructor (String) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic DirectIPDialInfo(
string remoteHostPort
)
Public Sub New (
remoteHostPort As String
)
public:
DirectIPDialInfo(
String^ remoteHostPort
)
new :
remoteHostPort : string -> DirectIPDialInfo
Parameters
- remoteHostPort
- Type: SystemString
The remote address that will be called.
See Also