The Dns, Ping and Trace Components
Use the Dns component to access Domain Name Servers. Forward lookup (resolving a host name to an IP address), reverse lookup (resolving an IP address to a host name), and MX lookup (resolve an email address to the mail server responsible for the email address) is fully supported.
Use the Ping component to determine if a host is reachable.
Use the Trace component to identify all of the intermediate hosts which forward a packet to a destination host.
In This Section
- Resolving IP Addresses, Host Names and Email Addresses
- Demonstrates how to resolve IP Addresses, host names and email addresses using the Dns component.
- Resolving Asynchronously
- Demonstrates how to use the Dns component to asynchronously resolve addresses.
- Simple Pinging
- Demonstrates how to ping a host.
- Pinging Asynchronously
- Demonstrates how to ping a host asynchronously.
- Performing A Simple Trace Route Operation
- Demonstrates how to trace a route to a host.
- Performing A Trace Route Asynchronously
- Demonstrates how to trace a route to a host asynchronously.
Sockets Additional Components Menublock
Related Sections
- The Server and Tcp Components
- Examines use of the Server and Tcp components.
- The Udp Component
- Examines use of the Udp component.
- The Dns, Ping and Trace Components
- Examines use of the Dns, Ping and Trace components.
- Security
- Describes use of security.
- Synchronous vs Asynchronous Methods
- This topic discusses the benefits and uses for synchronous and asynchronous methods.
- Using EndXXX Events
- Describes how to use the EndXXX events that are raised upon the completion of a method.
- Using Editor Forms
- Describes how to use the component designer Editor Forms.
SSL Sockets Component Menublock
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.