PeerInfo IsPeerIPEndPointOnline Method NetworkComms.Net Help
Returns true if the specified peer has the specified IPEndPoint online.

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

public bool IsPeerIPEndPointOnline(
	ShortGuid networkIdentifier,
	IPEndPoint peerIPEndPoint
)

Return Value

Type: OnlineBoolean

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

See Also