Test whether the username and password are correct.
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
if (rClient.isLoginValid()) Console.WriteLine("Login is OK!"); |
Test whether the username and password are correct.
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
if (rClient.isLoginValid()) Console.WriteLine("Login is OK!"); |