DFS PushItemToPeer Method NetworkComms.Net Help
Introduces a new item into the swarm and sends a build command to the originating requester

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

public static void PushItemToPeer(
	Connection peerConnection,
	DistributedItem itemToDistribute,
	string completedPacketType
)
See Also