http://www.codeproject.com/Articles/18635/Ping-exe-replica-in-C
Ping.exe replica in C# 2.0
Stefan Prodan, 3 May 2007 CPOL Usage example of the System.Net.NetworkInformation.Ping.
http://www.codeproject.com/Articles/18635/Ping-exe-replica-in-C
Ping.exe replica in C# 2.0
Stefan Prodan, 3 May 2007 CPOL Usage example of the System.Net.NetworkInformation.Ping.
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Ping | 1 | 返回与目标远程机器之间的平均通信时间长度 |
| InternetGetConnectedState | 1 | |
| IsOffline | 1 |
03 Members
IPAddress, UInt32, TextWriter, Int32, Boolean)返回与目标远程机器之间的平均通信时间长度
| Name | Type | Description |
|---|---|---|
ip | IPAddress | - |
out | UInt32 | Default is console. |
nTimes | TextWriter | By default is ping 4 times |
PingUtility+ConnectionState, Int32)