TestConnectionCommand.PingStatus Class

Definition

The class contains information about the source, the destination and ping results.

public class TestConnectionCommand.PingStatus
[System.Runtime.CompilerServices.Nullable(0)]
public class TestConnectionCommand.PingStatus
type TestConnectionCommand.PingStatus = class
[<System.Runtime.CompilerServices.Nullable(0)>]
type TestConnectionCommand.PingStatus = class
Public Class TestConnectionCommand.PingStatus
Inheritance
TestConnectionCommand.PingStatus
Derived
Attributes

Properties

Address

Gets the target address of the ping.

BufferSize

Gets the size in bytes of the buffer data sent in the ping.

Destination

Gets the destination which was pinged.

DisplayAddress

Gets the target address of the ping if one is available, or "*" if it is not.

Latency

Gets the roundtrip time of the ping in milliseconds.

Ping

Gets the sequence number of this ping in the sequence of pings to the Destination

Reply

Gets the reply object from this ping.

Source

Gets the source from which the ping was sent.

Status

Gets the returned status of the ping.

Applies to