Pivo Ping Component

v1.01

Info
Pivo Ping Component Download Button For Your Site:

Pivo Ping Component Download Button

If you want to place a download button for Pivo Ping Component on your website just insert the following code.

Freeware
Windows 98, 2000, XP, Linux, Unix
Jun 27, 2007
232 kBytes
Pentium 1

 

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.

Related Downloads
Adillis smartDBforms.NET 2.1

smartDBforms.NET is an ASP.NET framework for creating professional database forms. By inspecting the database schema it is able to create the right user interface for all kinds of database columns - foreign key, number, large text, images, etc.

Intellexer Spellchecker SDK 3.0.0.17

Add spell checker capabilities to your Windows projects! With EffectiveSoft Spellchecker SDK this is easy. The development library contains a common DLL interface and interfaces for C++ and .NET with corresponding documentation and examples.

OpenDDPT 0.3.2

OpenDiscreteDynamicProgrammingTemplate : founds optimal constrainted parameters of a discrete controls with second order optimization template replacing Hessian with directional derivatives and backpropagation for digital filter(as neural network)

Universal Software Oscilloscope Library 2.6.0

Real-time universal oscilloscope ( plot ) GUI DLL library for fast visualisation, data acquisition, simulation, debugging. Advantages: Speedy performance Versatility A good graphic interface Convenient data export-import Reliable and robust

JOpt.NET - Vehicle Routing Software Library 2.2.2

JOpt.NET TourPlanner is an automated routing software .NET component for logistic applications written in C#,J#,C++.NET or VB.NET. JOpt.NET solves TSP,CVRP and VRPTW class problems.