Pivo Ping Component 1.01
| Category: | |
|
| Platform: | Windows 95/98/Me/NT/2000/XP | | Price: | Freeware | | File Size: | 232 Kb | | Screenshot: |  | | Manufacturer: | Pivo Corporation | | Product page: | Click to visit | | Description from the Publisher: |
Pivo.Ping allows you to effortless enable your applications to send Internet Control Message Protocol (Ping/ICMP) packets in .NET. Programmatically ping a remote server, host, route, or any network device to see if it is up. Pivo.Ping fully supports RFC 792 standard.
Pivo.Ping is a server component. It requires the Microsoft .NET runtime in order to function properly. Pivo.Ping is used to programmatically ping hosts on a network.
A 'Ping' is a technique for sending an ICMP (Internet Control Message Protocol) packet(s) to a remote host. If the remote host is up, and supports ICMP, a control message, or packet, will be sent back to the sender. This technique provides a mechanism for feedback about communication problems in a networked environment. Pivo.Ping abstracts this mechanism in an easy to use manner for the programmer. For more information about ICMP, check out the RFC 792 at http://www.faqs.org/rfcs/rfc792.html.
Pivo.Ping can only be used programmatically from a .NET environment, including, but not limited to, ASP.NET, winforms, console applications, and web services. Here are two brief examples for using Pivo.Ping from C# and Visual Basic. The following example pings www.pivo.com. [C#] Private void Page_Load (object sender, System.EventArgs e) { if ( Page.IsPostBack ) { Pivo.Ping.Icmp icmp = new Pivo.Ping.Icmp("www.pivo.com"); for (int i = 0; i < 4; i++) { Console.WriteLine(icmp.Ping().TotalMilliseconds); } } }.
Pivo.Ping is a low overhead, highly optimized assembly that needs the Microsoft .NET (or equivalent) framework to run. Any system that can support the Microsoft.NET framework will be able to use Pivo.Ping. Pivo.Ping can be used from any environment supported by .NET, which can include winforms, ASP.NET, console applications, components, or web services. |
|
Other products of this publisher
Pivo Smtp component is a fully featured, easy to use. Fully supports the latest technology for sending Internet email. Allows your applications or web pages to create and send email messages over SMTP protocol just in a few lines of code.
INI component reads and writes Windows style INI files. It provides a comprehensive set of functions making INI files a powerful way to store application settings.The Pivo INI component is a fully featured and it is written in manged C# code.
Pivo FTP is a Server component completely written using .NET technology. It can be used with any window, web based .NET applications and COM clients to programmatically add FTP functionality.
Dns Resolver is used to queries DNS servers for host information and programmatically query DNS servers for information, without having to worry about complex packet parsing. It returns information in a humanly readable form.
A high performance POP3 component enables ASP/ VB/ VC++/ C#/ VB.NET/ ASP.NET or other COM environment applications to retrieve email from mail server based on POP3 protocol. Pivo POP3 Object supports all operations.
Having problems with the email addresses in your mailing list?Are you tired of getting bounce backs every time you perform a mailing? Email Validator will solve your email validation problems.
Whois Tool is a client utility that communicates with WHOIS servers located around the world to obtain domain registration information.Whois supports IP address queries and automatically selects the appropriate whois server for IP addresses.
Pivo Command Component is a component class designed for calling an external command line from within a Windows Forms application (or any other application that wants to avoid opening a console window) and receiving its text output.
Pivo SSH was developed for commercial organization for securing remote shell access. The protocol supports compression and tunneling multiple TCP connections over one secured connection. Pivo SSH supports various authentication schemes.
Modern software must be more than secure, it must be unbreakable. No home-made solutions, nothing like that. The proven way is complete power of standard-based software components which offer you unprecendented level of security of your information. |
|
|