C# Class AK.F1.Timing.UI.Results.PlayProxiedSessionResult

A result which plays back a proxied live-timing session. This class cannot be inherited.
Inheritance: PlaySessionResultBase
Afficher le fichier Open project: simoneb/ak-f1-timing

Private Properties

Свойство Type Description
CreateReader IMessageReader

Méthodes publiques

Méthode Description
PlayProxiedSessionResult ( IPAddress address ) : System.Net

Initialises a new instance of the PlayProxiedSessionResult class.

Méthodes protégées

Méthode Description
CreateSessionPlayer ( ) : ISessionPlayer

Private Methods

Méthode Description
CreateReader ( ) : IMessageReader

Method Details

CreateSessionPlayer() protected méthode

protected CreateSessionPlayer ( ) : ISessionPlayer
Résultat ISessionPlayer

PlayProxiedSessionResult() public méthode

Initialises a new instance of the PlayProxiedSessionResult class.
/// Thrown when is . ///
public PlayProxiedSessionResult ( IPAddress address ) : System.Net
address System.Net.IPAddress The proxy address>.
Résultat System.Net