Depreciated - . Attempts to guess the best local IPAddress of this machine for accessing
the provided target IPAddress. using the Windows API, to provided targets.
This method is only supported in a Windows environment.
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- targetIPAddress
- Type: System.Net IPAddress
The target IP which should be used to determine the best local address. e.g. Either a local network or public IP address.
Return Value
Type: IPAddressLocal IPAddress which is best used to contact that provided target.
See Also