IPv4InterfaceStatistics::IncomingUnknownProtocolPackets Property

 

Gets the number of incoming packets with an unknown protocol that were received on the interface.

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

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

Property Value

Type: System::Int64

An Int64 value that specifies the total number of incoming packets with an unknown protocol.

This data reflects packets that were discarded because the protocol identifier in the packet header was not recognized.

.NET Framework
Available since 2.0
Return to top
Show: