Demonstrates a client application that can ping a remote host. It displays the IP address used and the response time in milliseconds.
For information about using the samples, see the following topics:
To build the sample using the command prompt
- Open a Command Prompt window and navigate to one of the language-specific subdirectories under the PingClient directory. For information about required settings and the SDK Command Prompt, see How to: Set Sample Settings. 
- Type msbuild PingClient.sln at the command line. 
To build the sample using Visual Studio
- Open Windows Explorer and navigate to one of the language-specific subdirectories under the PingClient directory. 
- Double-click the icon for PingClient.sln to open the file in Visual Studio. 
- On the Build menu, click Build Solution. 
The application is built in the default \bin\Debug directory.
To run the sample
- Navigate to the directory that contains the new executable, using the command prompt or Windows Explorer. 
- Type PingClient.exe at the command line, or double-click the icon for PingClient.exe to launch it from Windows Explorer.