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 | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| SetChunkData |
Set the data for this ChunkAvailabilityReply
| |
| SetSourceConnectionInfo |
Set the connectionInfo associated with the source of this ChunkAvailabilityReply
| |
Returns a string that represents the current object. (Inherited from |
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