Home > Software Development > Components & Libraries > Pivo Ping Component by Pivo Corporation
Pivo Ping Component 1.01
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.
Write a review for Pivo Ping Component freeware
Featured Components & Libraries downloads
GOGO Exif Image Viewer Pro ActiveX OCX 2.39
GOGO Exif Image Viewer Pro ActiveX OCX helps you to get all embedded image information include EXIF, TIFF and GPS tags. It also allows you to write useful information back to Jpeg, Png and Tiff image. You can use it as a simply image viewer ActiveX.
GOGO Exif Image Viewer ActiveX OCX 2.50
GOGO Exif Image Viewer ActiveX OCX helps you to get all embedded image information include EXIF, TIFF and GPS tags. It also allows you to write useful information back to Jpeg, Png and Tiff image. You can use it as a simply image viewer ActiveX.
Bytescout.PDF 1.15
Bytescout.PDF is a .NET library capable to write/modify/sign/fill/linearize/opt imize PDF documents from .NET programming languages Visual Basic.NET, C#, ASP.NET
WinI2C-DDC Lite 3.20
WinI2C/DDC is a powerful solution that allows you to control display devices in Windows environment via DDC/CI protocol.
GOGO Picture Viewer Pro ActiveX Control 4.39
GOGO Picture Viewer Pro ActiveX OCX help you to view and save images of different formats include Bmp,Gif,Jpg,Pdf,Png,Tif,Tiff,multipa ged Tiff / Pdf, fax.Rotate,flip,zoom,resize,draw text,print,convert color to grayscaled or black-white to the image.




