Overview
Authenticates the client with NTLM mechanism.RestClient myRestClient.AuthenticateNtlm(userName: string, password: string)
Arguments
string userName
User name to be sent. Cannot be null or empty.
string password
Password to be sent.
RestClient myRestClient.AuthenticateNtlm(userName: string, password: string)