Gets the best host IP address that has the best route to the specified destination IPv4 or IPv6 address.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function GetBestHostIpEx( _
ByVal destIp As String _
) As IPAddress |
Parameters
- destIp
- The destination IPAddress.
Return Value
The best IPAddress to reach the destination.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also