PeerInfo AddPeerIPEndPoint Method NetworkComms.Net Help
Add new IPEndPoint for a peer. Returns true if successfully added, otherwise false.

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

public bool AddPeerIPEndPoint(
	ShortGuid networkIdentifier,
	IPEndPoint peerIPEndPoint
)

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:DistributedFileSystem.PeerInfo.AddPeerIPEndPoint(NetworkCommsDotNet.Tools.ShortGuid,System.Net.IPEndPoint)"]

See Also