C# Класс TransportService.NextArrivedEventArgs

Class used to pass information about the payload arrived from the sender peer.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NextArrivedEventArgs ( int cID, byte payload ) : System

Constructor of the class.

Описание методов

NextArrivedEventArgs() публичный Метод

Constructor of the class.
public NextArrivedEventArgs ( int cID, byte payload ) : System
cID int Chunk id passed
payload byte Payload to transport
Результат System