Click or drag to resize

ChunkAvailabilityReply Constructor (ShortGuid, String, Byte, String)

Namespace:  DistributedFileSystem
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public ChunkAvailabilityReply(
	ShortGuid sourceNetworkIdentifier,
	string itemCheckSum,
	byte chunkIndex,
	string packetIdentifier
)

Parameters

sourceNetworkIdentifier
Type: NetworkCommsDotNet.ToolsShortGuid
itemCheckSum
Type: SystemString
chunkIndex
Type: SystemByte
packetIdentifier
Type: SystemString
See Also