Share via


Any Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides an IP address that indicates that the server must listen for client activity on all network interfaces. This field is read-only.

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

Syntax

'Declaration
Public Shared ReadOnly Any As IPAddress
public static readonly IPAddress Any
public:
static initonly IPAddress^ Any
static val Any: IPAddress
public static final var Any : IPAddress

Remarks

The Socket..::..Bind method uses the Any field to indicate that a Socket instance must listen for client activity on all network interfaces.

The Any field is equivalent to 0.0.0.0 in dotted-quad notation.

.NET Framework Security

See Also

Reference

IPAddress Class

System.Net Namespace