System.Net.IPAddress.IPv6Any Field

The System.Net.Sockets.Socket.Bind(EndPoint) method uses the IPAddress.IPv6Any field to indicate that a System.Net.Sockets.Socket must listen for client activity on all network interfaces.

Syntax

public static readonly IPAddress IPv6Any

Remarks

The IPAddress.IPv6Any field is equivalent to 0:0:0:0:0:0:0:0 in colon-hexadecimal notation, or to :: 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