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