The ChunkAvailabilityReply type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
ChunkAvailabilityReply(String, String, Byte, ChunkReplyState) |
Create an ChunkAvailabilityReply which will not contain the requested data.
| |
ChunkAvailabilityReply(ShortGuid, String, Byte, String) |
Create an ChunkAvailabilityReply which will precede the requested data.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetChunkData |
Set the data for this ChunkAvailabilityReply
| |
SetSourceConnectionInfo |
Set the connectionInfo associated with the source of this ChunkAvailabilityReply
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ChunkData |
The requested data
| |
ChunkDataSet |
True once ChunkData has been set
| |
ChunkIndex |
The index of the requested chunk
| |
ItemCheckSum |
The checksum of the item being requested
| |
PacketIdentifier |
The packet identifier used to send the chunk data
| |
ReplyState |
The state of this reply
| |
SourceConnectionInfo |
The connectionInfo of the peer that generated this ChunkAvailabilityReply
| |
SourceNetworkIdentifier |
The network identifier of the peer that generated this ChunkAvailabilityReply
|
See Also