System.Net.NetworkInformation.IPv6InterfaceProperties.Mtu Property

Gets the maximum transmission unit (MTU) for this network interface.

Syntax

public abstract int Mtu { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The MTU of a network interface is the largest packet that can be transmitted. It is measured in octets (8-bit bytes).

Requirements

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