IPAddress Fields

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The IPAddress type exposes the following members.

Fields

  Name Description
Public fieldStatic memberSupported by Silverlight for Windows Phone 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 fieldStatic memberSupported by Silverlight for Windows Phone Broadcast Provides the IPv4 broadcast address. This field is read-only.
Public fieldStatic memberSupported by Silverlight for Windows Phone 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 fieldStatic memberSupported by Silverlight for Windows Phone IPv6Loopback Provides the IP loopback address. This property is read-only.
Public fieldStatic memberSupported by Silverlight for Windows Phone IPv6None Provides an IPv6 address that indicates that no network interface should be used. This property is read-only.
Public fieldStatic memberSupported by Silverlight for Windows Phone Loopback Provides the IPv4 loopback address. This field is read-only.
Public fieldStatic memberSupported by Silverlight for Windows Phone None Provides an IP address that indicates that no network interface should be used. This field is read-only.

Top