System.Net.NetworkInformation.PhysicalAddress.None Field

Returns a new System.Net.NetworkInformation.PhysicalAddress instance with a zero length address. This field is read-only.

Syntax

public static readonly PhysicalAddress None

Remarks

The PhysicalAddress.Parse(string) method returns PhysicalAddress.None if you specify null address.

Requirements

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