IPAddress Fields
Collapse the table of content
Expand the table of content

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.

  NameDescription
Public field Static member 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.
Public field Static member Broadcast Provides the IPv4 broadcast address. This field is read-only.
Public field Static member 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.
Public field Static member IPv6Loopback Provides the IP loopback address. This property is read-only.
Public field Static member IPv6None Provides an IPv6 address that indicates that no network interface should be used. This property is read-only.
Public field Static member Loopback Provides the IPv4 loopback address. This field is read-only.
Public field Static member None Provides an IP address that indicates that no network interface should be used. This field is read-only.
Top

Show:
© 2017 Microsoft