System.Net.NetworkInformation.IcmpV4Statistics.DestinationUnreachableMessagesReceived Property

Gets the number of Internet Control Message Protocol version 4 (ICMPv4) messages that were received because of a packet having an unreachable address in its destination.

Syntax

public abstract long DestinationUnreachableMessagesReceived { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A Destination Unreachable message can be sent to the computer that is the source of a packet for any of the following reasons:

  • The computer cannot find a route to the destination address.

  • Communication with the destination address is administratively prohibited. For example, a firewall prevents delivery of packets to the destination.

  • The destination address is unreachable.

  • The destination port is unreachable. For example, there is no listener available for the packet's protocol.

Requirements

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