MOTOBIT.COM - ASP upload, IIS utility Simple DNS+Traceroute

Library Simple DNS+Traceroute | Changes | Purchase | Download

Description of Simple DNS+Traceroute

      Object for simple IP adress and host name resolution, ASP and VB TraceRoute/ping.

Links

Download
Download this help

License

Freeware
 Register to get source code - ShareIt!, Visage

Simple DNS+Traceroute classes

DNS Object for resolving IP adress and host name.
Trace Provides TraceRoute (See asp or VB samples)

Simple DNS+Traceroute enums

IPStatus IP status codes returned to transports and user IOCTLs.

Examples

Simple ip/host resolution

Set DNS = CreateObject("TCPIP.DNS")
On Error Resume Next
ip = DNS.GetIPByHost("www.microsoft.com")
host = DNS.GetHostByIP(ip)
If Err <> 0 Then
  'some dns error - host not found, ...
End If
On Error Goto 0

ASP Trace route

TraceRoute from www.motobit.com


XML/PAD | All samples | Other libraries

© 1996 - 2009 Antonin Foller, Motobit Software | About, Contacts | e-mail: info@pstruh.cz