Initializes a new instance of the
AuthInfo class
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic AuthInfo(
string username,
string password
)
Public Sub New (
username As String,
password As String
)
public:
AuthInfo(
String^ username,
String^ password
)
new :
username : string *
password : string -> AuthInfo
Parameters
- username
- Type: SystemString
- password
- Type: SystemString
See Also