C# 클래스 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.
상속: MessageReaderBase
파일 보기 프로젝트 열기: simoneb/ak-f1-timing 1 사용 예제들

공개 메소드들

메소드 설명
ProxyMessageReader ( IPEndPoint endpoint ) : System.IO

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

보호된 메소드들

메소드 설명
DisposeOfManagedResources ( ) : void
ReadImpl ( ) : Message

비공개 메소드들

메소드 설명
Connect ( ) : void

메소드 상세

DisposeOfManagedResources() 보호된 메소드

protected DisposeOfManagedResources ( ) : void
리턴 void

ProxyMessageReader() 공개 메소드

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.
리턴 System.IO

ReadImpl() 보호된 메소드

protected ReadImpl ( ) : Message
리턴 Message