Skip to content

AuthenticateNtlm

Authenticates the client using NTLM authentication.

myRestClient.AuthenticateNtlm(userName: string, password: string):RestClient (RestClient)

Parameters

string userName
    The user name to send. Cannot be null or empty.

string password
    The password to send.

Returns

The current RestClient instance.

Remarks

This compatibility member is not implemented and throws when called.

See Also