IPTools BestLocalEndPoint Method NetworkComms.Net Help
Determines the most appropriate local end point to contact the provided remote end point. Testing shows this method takes on average 1.6ms to return.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static IPEndPoint BestLocalEndPoint(
	IPEndPoint remoteIPEndPoint
)

Return Value

Type: OnlineIPEndPoint
The selected local end point
See Also