Method | Description | |
---|---|---|
Login ( string username, string password ) : AuthenticationToken |
Logs into the live-timing service using the specified credentials.
|
|
Read ( AuthenticationToken token ) : IMessageReader |
Creates a live-timing message reader using the specified authentication token.
|
|
ReadAndRecord ( AuthenticationToken token, string path ) : IMessageReader |
Creates a live message reader using the specified authentication token and records the messages to the specified path.
|
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. |
return | AuthenticationToken |
public static Read ( AuthenticationToken token ) : IMessageReader | ||
token | AuthenticationToken | The authentication token. |
return | IMessageReader |
public static ReadAndRecord ( AuthenticationToken token, string path ) : IMessageReader | ||
token | AuthenticationToken | The authentication token. |
path | string | The path to save the messages to. |
return | IMessageReader |