Pivo Ping Component 1.01
Pivo Ping Component description
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.
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 software by Pivo Corporation
- Pivo Command Component 1.01-Command Component is an Internet utility that returns information about commands
- Pivo Whois Component 1.01-Automatically find the correct TLD whois server resulting in accurate whois info
- Pivo DnsResolver Component 1.01-Dns Resolver is used to queries DNS servers
- Pivo Email Validator Component 1.01-How to solve your email validation problems.
- Pivo pop3 Component 1.01-A high performance POP3 component enables ASP/ VB/ VC++/ C#/ VB.NET/ ASP.NET etc
[More
software from Pivo Corporation]
related software to Pivo Ping Component
- Pivo SMTP Component Pivo Smtp fully supports the latest technology for sending Internet email.
- Pivo Command Component Command Component is an Internet utility that returns information about commands
- Pivo pop3 Component A high performance POP3 component enables ASP/ VB/ VC++/ C#/ VB.NET/ ASP.NET etc
- Pivo SSH Component SSH was developed for commercial organization for securing remote shell access.
- Pivo Power Pack Component Pivo Power Pack allows the usage of all Pivo COM and .NET libraries.
- Pivo Security Component Modern software must be more than secure, it must be unbreakable.
- Pivo Email Validator Component How to solve your email validation problems.
- Pivo DnsResolver Component Dns Resolver is used to queries DNS servers
Most popular software
Copyright © 2001-2008 Softforall.com . All Rights Reserved .

