System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol Property

Gets the number of Internet Protocol (IP) packets received on the local machine with an unknown protocol in the header.

Syntax

public abstract long ReceivedPacketsWithUnknownProtocol { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The protocol field in the IP header indicates the next-level protocol used in the data portion of the IP datagram. If the protocol is not recognized, the data cannot be passed to the correct application.

Requirements

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