DirectIPPhoneLineConfig Constructor (String, Int32) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public DirectIPPhoneLineConfig(
string localAddress,
int localPort
)
Public Sub New (
localAddress As String,
localPort As Integer
)
public:
DirectIPPhoneLineConfig(
String^ localAddress,
int localPort
)
new :
localAddress : string *
localPort : int -> DirectIPPhoneLineConfig
Parameters
- localAddress
- Type: SystemString
- localPort
- Type: SystemInt32
See Also