Ping
Ping()
Dispose()
Dispose(Boolean)
OnPingCompleted(PingCompletedEventArgs)
Send(IPAddress)
Send(String)
Send(IPAddress, Int32)
Send(String, Int32)
Send(IPAddress, Int32, Byte[])
Send(String, Int32, Byte[])
Send(IPAddress, Int32, Byte[], PingOptions)
Send(IPAddress, TimeSpan, Byte[], PingOptions)
Send(String, Int32, Byte[], PingOptions)
Send(String, TimeSpan, Byte[], PingOptions)
SendAsync(IPAddress, Object)
SendAsync(String, Object)
SendAsync(IPAddress, Int32, Object)
SendAsync(String, Int32, Object)
SendAsync(IPAddress, Int32, Byte[], Object)
SendAsync(String, Int32, Byte[], Object)
SendAsync(IPAddress, Int32, Byte[], PingOptions, Object)
SendAsync(String, Int32, Byte[], PingOptions, Object)
SendAsyncCancel()
SendPingAsync(IPAddress)
SendPingAsync(String)
SendPingAsync(IPAddress, Int32)
SendPingAsync(String, Int32)
SendPingAsync(IPAddress, Int32, Byte[])
SendPingAsync(String, Int32, Byte[])
SendPingAsync(IPAddress, Int32, Byte[], PingOptions)
SendPingAsync(String, Int32, Byte[], PingOptions)
SendPingAsync(IPAddress, TimeSpan, Byte[], PingOptions, CancellationToken)
SendPingAsync(String, TimeSpan, Byte[], PingOptions, CancellationToken)
PingCompleted
net9.0
namespace System.Net.NetworkInformation
{
public class Ping : Component
{
public Task<PingReply!>! SendPingAsync(IPAddress! address, TimeSpan timeout, byte[]? buffer = null, PingOptions? options = null, CancellationToken cancellationToken = default);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 8.09.0 |
Information specific to net9.0 | |
Assembly | System.Net.Ping , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on any platform except for these:
|
- Built-in API
- Package-provided API