System.Net.IPAddress.IPv6None Field

Provides an IP address that indicates that no network interface should be used. This property is read-only.

Syntax

public static readonly IPAddress IPv6None

Remarks

The System.Net.Sockets.Socket.Bind(EndPoint) method uses the IPAddress.IPv6None field to indicate that a System.Net.Sockets.Socket must not listen for client activity. The IPAddress.IPv6None field is equivalent to 0:0:0:0:0:0:0:0 in colon-hexadecimal notation, or to ::0 in compact notation.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0