PhoneLineConfiguration Constructor (SIPAccount) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public PhoneLineConfiguration(
SIPAccount sipAccount
)
Public Sub New (
sipAccount As SIPAccount
)
public:
PhoneLineConfiguration(
SIPAccount^ sipAccount
)
new :
sipAccount : SIPAccount -> PhoneLineConfiguration
Parameters
- sipAccount
- Type: Ozeki.VoIPSIPAccount
The SIP account
See Also