C# 클래스 RestSharp.NtlmAuthenticator

Tries to Authenticate with the credentials of the currently logged in user
상속: IAuthenticator
파일 보기 프로젝트 열기: nicwise/RestSharp

공개 메소드들

메소드 설명
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

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( IRestClient client, IRestRequest request ) : void
client IRestClient
request IRestRequest
리턴 void

NtlmAuthenticator() 공개 메소드

Authenticate with the credentials of the currently logged in user
public NtlmAuthenticator ( ) : System
리턴 System

NtlmAuthenticator() 공개 메소드

Authenticate by impersonation, using an existing ICredentials instance
public NtlmAuthenticator ( ICredentials credentials ) : System
credentials ICredentials
리턴 System

NtlmAuthenticator() 공개 메소드

Authenticate by impersonation
public NtlmAuthenticator ( string username, string password ) : System
username string
password string
리턴 System