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.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- remoteIPEndPoint
- Type: System.Net IPEndPoint
The remote end point
Return Value
Type: IPEndPointThe selected local end point
See Also