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
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Méthodes publiques

Méthode Description
ProxyMessageReader ( IPEndPoint endpoint ) : System.IO

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

Méthodes protégées

Méthode Description
DisposeOfManagedResources ( ) : void
ReadImpl ( ) : Message

Private Methods

Méthode Description
Connect ( ) : void

Method Details

DisposeOfManagedResources() protected méthode

protected DisposeOfManagedResources ( ) : void
Résultat void

ProxyMessageReader() public méthode

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.
Résultat System.IO

ReadImpl() protected méthode

protected ReadImpl ( ) : Message
Résultat Message