Provides an IP address that indicates that the server must listen for client activity on all network interfaces. This field is read-only.
The System.Net.Sockets.Socket.Bind(EndPoint) method uses the IPAddress.Any field to indicate that a System.Net.Sockets.Socket instance must listen for client activity on all network interfaces.
The IPAddress.Any field is equivalent to 0.0.0.0 in dotted-quad notation.