C# Class RestSharp.NtlmAuthenticator

Tries to Authenticate with the credentials of the currently logged in user
Inheritance: IAuthenticator
Afficher le fichier Open project: nicwise/RestSharp

Méthodes publiques

Méthode Description
Authenticate ( IRestClient client, IRestRequest request ) : void
NtlmAuthenticator ( ) : System

Authenticate with the credentials of the currently logged in user

NtlmAuthenticator ( ICredentials credentials ) : System

Authenticate by impersonation, using an existing ICredentials instance

NtlmAuthenticator ( string username, string password ) : System

Authenticate by impersonation

Method Details

Authenticate() public méthode

public Authenticate ( IRestClient client, IRestRequest request ) : void
client IRestClient
request IRestRequest
Résultat void

NtlmAuthenticator() public méthode

Authenticate with the credentials of the currently logged in user
public NtlmAuthenticator ( ) : System
Résultat System

NtlmAuthenticator() public méthode

Authenticate by impersonation, using an existing ICredentials instance
public NtlmAuthenticator ( ICredentials credentials ) : System
credentials ICredentials
Résultat System

NtlmAuthenticator() public méthode

Authenticate by impersonation
public NtlmAuthenticator ( string username, string password ) : System
username string
password string
Résultat System