DirectIPDialInfo Constructor (String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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