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
Show file Open project: simoneb/ak-f1-timing

Private Properties

Property Type Description
CreateReader IMessageReader

Public Methods

Method Description
PlayProxiedSessionResult ( IPAddress address ) : System.Net

Initialises a new instance of the PlayProxiedSessionResult class.

Protected Methods

Method Description
CreateSessionPlayer ( ) : ISessionPlayer

Private Methods

Method Description
CreateReader ( ) : IMessageReader

Method Details

CreateSessionPlayer() protected method

protected CreateSessionPlayer ( ) : ISessionPlayer
return ISessionPlayer

PlayProxiedSessionResult() public method

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