Creates an System.Net.IPHostAddress instance from an IPAddress instance.
[Visual Basic] Overloads Public Shared Function GetHostByAddr( _ ByVal address As IPAddress _ ) As IPHostEntry [C#] public static IPHostEntry GetHostByAddr( IPAddress address ); [C++] public: static IPHostEntry* GetHostByAddr( IPAddress* address ); [JScript] public static function GetHostByAddr( address : IPAddress ) : IPHostEntry;
IPHostEntry instance.
The name Inet_Ntoa() for this method was used instead of ToString() to maintain consistency with the traditional Winsock function Inet_Ntoa().
DNS Class | DNS Members | System.Net Namespace | DNS.GetHostByAddr Overload List