SIPAccount(Boolean, String, String, String, String, String, Int32, String) Constructor |
Creates SIP Account information.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic SIPAccount(
bool registrationRequired,
string displayName,
string userName,
string registerName,
string registerPassword,
string domainServerHost,
int domainServerPort,
string proxy
)
Public Sub New (
registrationRequired As Boolean,
displayName As String,
userName As String,
registerName As String,
registerPassword As String,
domainServerHost As String,
domainServerPort As Integer,
proxy As String
)
public:
SIPAccount(
bool registrationRequired,
String^ displayName,
String^ userName,
String^ registerName,
String^ registerPassword,
String^ domainServerHost,
int domainServerPort,
String^ proxy
)
new :
registrationRequired : bool *
displayName : string *
userName : string *
registerName : string *
registerPassword : string *
domainServerHost : string *
domainServerPort : int *
proxy : string -> SIPAccount
Parameters
- registrationRequired Boolean
- Registration required for this account.
- displayName String
- Display name for the account.
- userName String
- The username for the SIP account.
- registerName String
- The authorization name for the SIP account.
- registerPassword String
- The password for the SIP account.
- domainServerHost String
- The domain host for SIP registration.
- domainServerPort Int32
- The domain port for SIP registration.
- proxy String
- The outbound domain proxy for SIP registration.
See Also