C# 클래스 AK.F1.Timing.Utility.Recorder.Program

F1 Live-Timing Recorder for .NET 4.
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Live() 공개 메소드

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.
리턴 void

Proxy() 공개 메소드

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.
리턴 void