DirectIPDialParameters Constructor (String) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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