Méthode | Description | |
---|---|---|
Live ( string username, string password, string session ) : void |
Reads and records the live-timing message stream.
|
|
Proxy ( |
Reads and records a proxied live-timing message stream.
|
Méthode | Description | |
---|---|---|
DoIOBoundOperation ( System.Action operation ) : void | ||
Main ( string args ) : void | ||
MakeRecordPath ( string session, string &path ) : bool | ||
Program ( ) : System | ||
Read ( IMessageReader reader ) : void | ||
RegisterValueConverters ( ) : void | ||
TryAuthenticate ( string username, string password, AuthenticationToken &token ) : bool |
public Live ( string username, string password, string session ) : void | ||
username | string | A valid www.formula1.com username. |
password | string | The corresponding password. |
session | string | The name of the session to record. Can contain path information. |
Résultat | void |
public Proxy ( |
||
endpoint | The proxy address or endpoint. | |
session | string | The name of the session to record. Can contain path information. |
Résultat | void |