DirectIPDialParameters Constructor (String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public DirectIPDialParameters(
string remoteHostPort
)
Public Sub New (
remoteHostPort As String
)
public:
DirectIPDialParameters(
String^ remoteHostPort
)
new :
remoteHostPort : string -> DirectIPDialParameters
Parameters
- remoteHostPort
- Type: SystemString
The remote address that will be called.
See Also