AuthenticateNtlm¶
Authenticates the client using NTLM authentication.
1 |
|
Parameters¶
string userName
The user name to send. Cannot be null or empty.
string password
The password to send.
Returns¶
The current RestClient instance.
Authenticates the client using NTLM authentication.
1 |
|
string userName
The user name to send. Cannot be null or empty.
string password
The password to send.
The current RestClient instance.