C# Class AK.F1.Timing.Proxy.ProxyMessageReader

An AK.F1.Timing.IMessageReader which reads AK.F1.Timing.Messages from an enpoint which itself proxies messages read from the live-timing service. This class cannot be inherited.
Inheritance: MessageReaderBase
Datei anzeigen Open project: simoneb/ak-f1-timing Class Usage Examples

Public Methods

Method Description
ProxyMessageReader ( IPEndPoint endpoint ) : System.IO

Initialises a new instance of the ProxyMessageReader class and specifies the proxy endpoint.

Protected Methods

Method Description
DisposeOfManagedResources ( ) : void
ReadImpl ( ) : Message

Private Methods

Method Description
Connect ( ) : void

Method Details

DisposeOfManagedResources() protected method

protected DisposeOfManagedResources ( ) : void
return void

ProxyMessageReader() public method

Initialises a new instance of the ProxyMessageReader class and specifies the proxy endpoint.
/// Thrown when is . ///
public ProxyMessageReader ( IPEndPoint endpoint ) : System.IO
endpoint System.Net.IPEndPoint The proxy endpoint.
return System.IO

ReadImpl() protected method

protected ReadImpl ( ) : Message
return Message