Pivo Ping Component - Pivo.Ping fully supports RFC 792 standard.
Pivo Ping Component by Pivo Corporation
Software Development » Components & Libraries Version : 1.01
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.
- Active X
- Basic, VB, VB DotNet
- C / C++ / C#
- Compilers & Interpreters
- » Components & Libraries «
- Debugging
- Delphi & Pascal
- Devices Control
- Help Tools
- IDEs & Coding Utilities
- Install & Setup
- Java
- Management & Distribution
- Network
- Reference & Tutorials
- SQL & Database
- Tools & Source Editors
- Other Development Tools
Updated freeware in
Components & Libraries
XINS freeware 2.1
XINS is a Web Services framework. APIs are defined in a simple XML format. Then the specifications in HTML, the WSDL file, the Java client and server side code are generated from the specifications. APIs accept SOAP, REST, XML-RPC, JSON and more.
Quick Download
.NET, C# IoC container - WINTER4NET freeware 1.0
.NET and C# inversion of control container Winter4net - Lightweight C#, .NET dependency injection container, spring framework compliant, ultrafast, compact and scalable, infrastructure for MDD/MDA
Quick Download
ElementaryExtensions freeware 2008.1.20.1
ElementaryExtensions is general purpose .NET targeted library which proposes some interesting ideas and techniques. It contains a set of miscellaneous helpers for different routine operations.
Quick Download
Net Send SDK freeware 1.1
Need to send messages from your application or a script? Net Send GUI and Winpopup LAN Messenger comes with a command-line tool NetSend.exe and a DLL that exports four simple functions that provide instant messaging functionality to your application.
Quick Download
SmartPlugin Engine freeware 2.2.05-rc1
SmartPlugin is a tool for creating modular applications. Instead of having a single and huge executable, with SmartPlugin you can split your applications functionality into modules (plugins), making it much better organized, very easy to maintain.
Quick Download


