SIPAccount Constructor (Boolean, String, String, String, String, String, Int32) |
Creates SIP Account information.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SIPAccount(
bool registrationRequired,
string displayName,
string userName,
string registerName,
string registerPassword,
string domainHost,
int domainPort
)
Public Sub New (
registrationRequired As Boolean,
displayName As String,
userName As String,
registerName As String,
registerPassword As String,
domainHost As String,
domainPort As Integer
)
public:
SIPAccount(
bool registrationRequired,
String^ displayName,
String^ userName,
String^ registerName,
String^ registerPassword,
String^ domainHost,
int domainPort
)
new :
registrationRequired : bool *
displayName : string *
userName : string *
registerName : string *
registerPassword : string *
domainHost : string *
domainPort : int -> SIPAccount
Parameters
- registrationRequired
- Type: SystemBoolean
Registration required for this account. - displayName
- Type: SystemString
Display name for the account. - userName
- Type: SystemString
The username for the SIP account. - registerName
- Type: SystemString
The authorization name for the SIP account. - registerPassword
- Type: SystemString
The password for the SIP account. - domainHost
- Type: SystemString
The domain host for SIP registration. - domainPort
- Type: SystemInt32
The domain host for SIP registration.
See Also