Provides an IP address that indicates that no network interface should be used. This property is read-only.
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.