Share via


IPAddress.Any Field

Represents an IPAddress object specifying a local Internet Protocol (IP) address that has a value of 0 (zero), which is equivalent to 0.0.0.0 in dotted-quad notation.

Namespace: System.Net
Assembly: System (in system.dll)

Syntax

public static readonly IPAddress Any

Remarks

Use this blank IP address when you want the underlying service provider to assign the most appropriate network address.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

IPAddress Class
IPAddress Members
System.Net Namespace