C# 클래스 TransportService.Messages.ChunkResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ChunkResponse ( ) : System

Default constructor of the class

ChunkResponse ( int servingBuffer, string RID, int CID, byte payload, Uri SenderAddress ) : System

Constructor of the class that initialize attributes of the message.

메소드 상세

ChunkResponse() 공개 메소드

Default constructor of the class
public ChunkResponse ( ) : System
리턴 System

ChunkResponse() 공개 메소드

Constructor of the class that initialize attributes of the message.
public ChunkResponse ( int servingBuffer, string RID, int CID, byte payload, Uri SenderAddress ) : System
servingBuffer int Serving buffer of te peer (that send the message). It is used for load balance
RID string Resource identificator
CID int Chunk identificator (foundamentally a progressive integer)
payload byte Payload of the chunk
SenderAddress System.Uri Address of the sender of this message
리턴 System