Provides information about the status and data resulting from a Send(String) operation.
| C# | Visual Basic |
public class PingReply
Public Class PingReply
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Address |
Gets the address of the host that sends the Internet Control Message Protocol (ICMP) echo reply.
| |
| Buffer |
Gets the buffer of data received in an Internet Control Message Protocol (ICMP) echo reply message.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Options |
Gets the options used to transmit the reply to an Internet Control Message Protocol (ICMP) echo request.
| |
| RoundtripTime |
Gets the number of milliseconds taken to send an Internet Control Message Protocol (ICMP) echo request and receive the corresponding ICMP echo reply message.
| |
| Status |
Gets the status of an attempt to send an Internet Control Message Protocol (ICMP) echo request and receive the corresponding ICMP echo reply message.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| PingReply | |