System.Net.NetworkInformation.IcmpV4Statistics.SourceQuenchesReceived Property

Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Source Quench messages that were received.

Syntax

public abstract long SourceQuenchesReceived { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Source Quench messages are sent when a packet was discarded because of insufficient space in the output queue. A destination computer can also send a Source Quench message if packets arrive too quickly to be processed. The source quench message is a request to the host to cut back the rate at which it is sending traffic to the Internet destination.

Requirements

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