C# 클래스 TransportService.Messages.ChunkRequest

상속: GenericMessage
파일 보기 프로젝트 열기: zencoders/sambatyon 1 사용 예제들

공개 메소드들

메소드 설명
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