C# Class TransportService.Messages.ChunkRequest

Inheritance: GenericMessage
Afficher le fichier Open project: zencoders/sambatyon Class Usage Examples

Méthodes publiques

Méthode Description
ChunkRequest ( ) : System

Default constructor of the class

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

Constructor that initialize attributes of the class.

Method Details

ChunkRequest() public méthode

Default constructor of the class
public ChunkRequest ( ) : System
Résultat System

ChunkRequest() public méthode

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
Résultat System