C# 클래스 AK.F1.Timing.Live.IO.LiveSocketMessageStream

An AK.F1.Timing.Live.IO.IMessageStream implementation which delegates to an underlying System.Net.Sockets.Socket. This implementation supports pinging. This class cannot be inherited.
상속: DisposableBase, IMessageStream
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

Private Properties

프로퍼티 타입 설명
FillBuffer void
FillCore bool
Ping void

공개 메소드들

메소드 설명
Fill ( byte buffer, int offset, int count ) : bool
LiveSocketMessageStream ( Socket socket ) : System

Initialises a new instance of the LiveSocketMessageStream class.

보호된 메소드들

메소드 설명
DisposeOfManagedResources ( ) : void

비공개 메소드들

메소드 설명
FillBuffer ( ) : void
FillCore ( byte buffer, int offset, int count ) : bool
Ping ( ) : void

메소드 상세

DisposeOfManagedResources() 보호된 메소드

protected DisposeOfManagedResources ( ) : void
리턴 void

Fill() 공개 메소드

public Fill ( byte buffer, int offset, int count ) : bool
buffer byte
offset int
count int
리턴 bool

LiveSocketMessageStream() 공개 메소드

Initialises a new instance of the LiveSocketMessageStream class.
/// Thrown when is . ///
public LiveSocketMessageStream ( Socket socket ) : System
socket System.Net.Sockets.Socket The stream socket.
리턴 System