C# 클래스 AK.F1.Timing.Live.LiveAuthenticationService

Logs users into the live-timing service. This class is .
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
Login ( string username, string password ) : AuthenticationToken

Logs into the live-timing service using the specified credentials.

비공개 메소드들

메소드 설명
FetchLoginResponseCookies ( string username, string password ) : CookieCollection
GetLoginRequestContent ( string email, string password ) : byte[]

메소드 상세

Login() 공개 정적인 메소드

Logs into the live-timing service using the specified credentials.
/// Thrown when or is /// . /// /// Thrown when or is empty. /// /// Thrown when an IO error occurs fetching the authentication token. /// /// Thrown when the supplied credentials have been rejected by the live-timing site. ///
public static Login ( string username, string password ) : AuthenticationToken
username string The user's F1 live-timing username.
password string The user's F1 live-timing password.
리턴 AuthenticationToken