ChunkAvailabilityReply Constructor (ShortGuid, String, Byte, String)NetworkComms.Net Help
Create an ChunkAvailabilityReply which will precede the requested data.

Namespace: DistributedFileSystem
Assembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public ChunkAvailabilityReply(
	ShortGuid sourceNetworkIdentifier,
	string itemCheckSum,
	byte chunkIndex,
	string packetIdentifier
)

Parameters

sourceNetworkIdentifier
Type: NetworkCommsDotNet.Tools ShortGuid
The network identifier of the source of this ChunkAvailabilityReply
itemCheckSum
Type: OnlineSystem String
The checksum of the DFS item
chunkIndex
Type: OnlineSystem Byte
The chunkIndex of the requested item
packetIdentifier
Type: OnlineSystem String
The packet identifier used to send the data
See Also