Initializes a new instance of the
AuthInfo class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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