Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 647 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 647 Bytes

YWX-WPF-Ping-Tool

It's a customizable and small ping (latency) tool, written in C# using Visual Studio 2022 and WPF.

ywx-ping-tool

Description

Applications use the Ping class to detect whether a remote computer is reachable.Network topology can determine whether Ping can successfully contact a remote host. The presence and configuration of proxies, network address translation (NAT) equipment, or firewalls can prevent Ping from succeeding. The Send and SendAsync methods send an Internet Control Message Protocol (ICMP) echo request message to a remote computer and waits for an ICMP echo reply message from that computer.