DFS CheckForSharedItems Method NetworkComms.Net Help
Communicates with the provided peer to see if any item swarms can be linked. This is a single link event, possibly use InitialiseDFSLink() for a maintained link.

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

public static void CheckForSharedItems(
	string peerIP,
	int peerPort
)
See Also