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
Показать файл Открыть проект

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