The Best Way To Buy!
IP*Works!
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE Unix / Linux Mac OS X .NET CF
IP*Works! SSL
IP*Works! S/MIME
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE
IP*Works! SSH
Microsoft .NET Java J2EE .NET CF
IP*Works! Zip
IP*Works! EDI/AS2
Microsoft .NET Java / J2EE
Secure SNMP
Microsoft .NET ActiveX / VB Delphi C++ Builder C++ Java J2EE .NET CF
QuickBooks Integrator
E-Payment Integrator
Vital/TSYS Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Unix / Linux Mac OS X
Paymentech Integrator
FDMS Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE .NET CF
USPS Integrator
FedEx Integrator
E-Banking Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE Unix / Linux
PayPal Integrator
Amazon Integrator
Biztalk Adapters
SQL Server SSIS Tasks
3-D Secure MPI
Microsoft .NET ASP Delphi C++ Builder C++ Java / J2EE
"We have about 300 ambulances using your IP*Works! controls and everything is working great!"
-- M. Oballa
Properties Methods Events Configuration Settings
The TraceRoute component allows you to trace the path IP packets take on the Internet.
NOTE: What follows is a very short description of the component interfaces. For more information, please consult the help files that come with the respective package.
The component implements a standard IP Traceroute as defined in RFC 1393.
To use the component, simply call the TraceTo method and set the Host parameter to the domain name or IP address of the host you want to trace the path to. This is identical to setting the RemoteHost property to the domain name or IP address. The component will start sending probe packets towards the host, and as it receives replies it will fire Hop events giving information about the route. The same information is also provided in the Hops properties .
The ResolveNames property enables or disables DNS resolution of IP addresses received during the trace. If set to False only IP addresses are provided. If set to True the component will attempt to resolve the names of the hosts in the route. This may considerably increase the time it takes to complete the trace.
The HopTimeout property determines the maximum waiting time for a response in each hop of the trace, while the Timeout property defines the maximum waiting time for the whole trace. The HopLimit property specifies the maximum number of hops allowed for a trace.
The following is the full list of the properties of the component with short descriptions. Click on the links for complete descriptions.
Method List The following is the full list of the methods of the component with short descriptions. Click on the links for complete descriptions. Config Sets or retrieves a component configuration setting. DoEvents Processes events from the internal message queue. Interrupt Interrupt the current method. TraceTo Trace the route to a host. Event List The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions. Error Information about errors during data delivery. Hop Fired for each hop in the trace to the . HopResolved Fired when the name of a hop address is found. Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. AbsoluteTimeout Determines whether timeouts are inactivity timeouts or absolute timeouts. CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). FirewallData Used to send extra data to the firewall. HopTimeoutInMilliseconds The hop timeout is treated as milliseconds. IcmpDllTimeout The timeout for the component when using the icmp.dll. InBufferSize The size in bytes of the incoming queue of the socket. MaxMessageSize The maximum length of the messages that can be received. OutBufferSize The size in bytes of the outgoing queue of the socket. TimeoutInMilliseconds The timeout is treated as milliseconds. UseConnection Determines whether to use a connected socket. UseICMPDLL Use the icmp.dll included on Windows Systems
The following is the full list of the methods of the component with short descriptions. Click on the links for complete descriptions.
Event List The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions. Error Information about errors during data delivery. Hop Fired for each hop in the trace to the . HopResolved Fired when the name of a hop address is found. Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. AbsoluteTimeout Determines whether timeouts are inactivity timeouts or absolute timeouts. CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). FirewallData Used to send extra data to the firewall. HopTimeoutInMilliseconds The hop timeout is treated as milliseconds. IcmpDllTimeout The timeout for the component when using the icmp.dll. InBufferSize The size in bytes of the incoming queue of the socket. MaxMessageSize The maximum length of the messages that can be received. OutBufferSize The size in bytes of the outgoing queue of the socket. TimeoutInMilliseconds The timeout is treated as milliseconds. UseConnection Determines whether to use a connected socket. UseICMPDLL Use the icmp.dll included on Windows Systems
The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions.
Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. AbsoluteTimeout Determines whether timeouts are inactivity timeouts or absolute timeouts. CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). FirewallData Used to send extra data to the firewall. HopTimeoutInMilliseconds The hop timeout is treated as milliseconds. IcmpDllTimeout The timeout for the component when using the icmp.dll. InBufferSize The size in bytes of the incoming queue of the socket. MaxMessageSize The maximum length of the messages that can be received. OutBufferSize The size in bytes of the outgoing queue of the socket. TimeoutInMilliseconds The timeout is treated as milliseconds. UseConnection Determines whether to use a connected socket. UseICMPDLL Use the icmp.dll included on Windows Systems
The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions.