System.Net.NetworkInformation.PingCompletedEventArgs.Reply Property

Gets an object that contains data that describes an attempt to send an Internet Control Message Protocol (ICMP) echo request message and receive a corresponding ICMP echo reply message.

Syntax

public PingReply Reply { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the value of PingReply.Status is not IPStatus.Success, you should not use the values that are returned by the PingReply.RoundTripTime, PingReply.Options, and PingReply.Buffer properties. The PingReply.RoundTripTime and PingReply.Buffer properties will return zero, and the PingReply.Options property will return null.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0