C# Class AK.F1.Timing.Utility.Recorder.Program

F1 Live-Timing Recorder for .NET 4.
Show file Open project: simoneb/ak-f1-timing

Public Methods

Method Description
Live ( string username, string password, string session ) : void

Reads and records the live-timing message stream.

Proxy ( IPEndPoint endpoint, string session ) : void

Reads and records a proxied live-timing message stream.

Private Methods

Method 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

Method Details

Live() public method

Reads and records the live-timing message stream.
/// Thrown when , or /// is . /// /// Thrown when , or /// is empty. ///
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.
return void

Proxy() public method

Reads and records a proxied live-timing message stream.
/// Thrown when or is . /// /// Thrown when is empty. ///
public Proxy ( IPEndPoint endpoint, string session ) : void
endpoint System.Net.IPEndPoint The proxy address or endpoint.
session string The name of the session to record. Can contain path information.
return void