C# Class TransportService.Messages.ChunkRequest

Inheritance: GenericMessage
Datei anzeigen Open project: zencoders/sambatyon Class Usage Examples

Public Methods

Method 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 method

Default constructor of the class
public ChunkRequest ( ) : System
return System

ChunkRequest() public method

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
return System