IPInterfaceStatistics::OutgoingPacketsWithErrors Property

.NET Framework (current version)
 

Gets the number of outgoing packets with errors.

Namespace:   System.Net.NetworkInformation
Assembly:  System (in System.dll)

public:
property long long OutgoingPacketsWithErrors {
	virtual long long get() abstract;
}

Property Value

Type: System::Int64

Returns Int64.

The total number of outgoing packets with errors.

This data does not include packets without errors that were discarded.

.NET Framework
Available since 4.5
Return to top
Show: