C# Класс TransportService.Messages.ChunkRequest

Наследование: GenericMessage
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ChunkRequest ( ) : System

Default constructor of the class

ChunkRequest ( string RID, int CID, Uri SenderAddress ) : System

Constructor that initialize attributes of the class.

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

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

Default constructor of the class
public ChunkRequest ( ) : System
Результат System

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

Constructor that initialize attributes of the class.
public ChunkRequest ( string RID, int CID, Uri SenderAddress ) : System
RID string Resource id of the file to download
CID int Chunk id of the chunk
SenderAddress System.Uri URI representing the address of transport layer of the sender of this message
Результат System