IPAddress Fields
.NET Framework (current version)
Namespace:
System.Net
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Any | Provides an IP address that indicates that the server must listen for client activity on all network interfaces. This field is read-only. |
![]() ![]() | Broadcast | Provides the IP broadcast address. This field is read-only. |
![]() ![]() | IPv6Any | The Socket::Bind method uses the IPv6Any field to indicate that a Socket must listen for client activity on all network interfaces. |
![]() ![]() | IPv6Loopback | Provides the IP loopback address. This property is read-only. |
![]() ![]() | IPv6None | Provides an IP address that indicates that no network interface should be used. This property is read-only. |
![]() ![]() | Loopback | Provides the IP loopback address. This field is read-only. |
![]() ![]() | None | Provides an IP address that indicates that no network interface should be used. This field is read-only. |
Show:

