IPAddress Fields
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The IPAddress type exposes the following members.
| Name | Description | |
|---|---|---|
|
Any | Provides an IPv4 address that indicates that a server must listen for client activity on all network interfaces for IPv4. This field is read-only. |
|
Broadcast | Provides the IPv4 broadcast address. This field is read-only. |
|
IPv6Any | Provides an IPv6 address that indicates that a server must listen for client activity on all network interfaces for IPv6. This field is read-only. |
|
IPv6Loopback | Provides the IP loopback address. This property is read-only. |
|
IPv6None | Provides an IPv6 address that indicates that no network interface should be used. This property is read-only. |
|
Loopback | Provides the IPv4 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: