This topic has not yet been rated - Rate this topic

IPAddress Class

Provides an Internet Protocol (IP) address.

System.Object
  System.Net.IPAddress

Namespace:  System.Net
Assembly:  System.Net (in System.Net.dll)
public class IPAddress

The IPAddress type exposes the following members.

  Name Description
Public method Supported by Silverlight for Windows Phone IPAddress(Byte[]) Initializes a new instance of the IPAddress class with the address specified as a Byte array.
Public method Supported by Silverlight for Windows Phone IPAddress(Int64) Initializes a new instance of the IPAddress class with the address specified as an Int64.
Public method Supported by Silverlight for Windows Phone IPAddress(Byte[], Int64) Initializes a new instance of the IPAddress class with an IPv6 address specified as a Byte array and the specified scope identifier.
Top
  Name Description
Public property Supported by Silverlight for Windows Phone Address Obsolete. Gets or sets an Internet Protocol (IP) address for IPv4.
Public property Supported by Silverlight for Windows Phone AddressFamily Gets the address family of the IP address.
Public property Supported by Silverlight for Windows Phone IsIPv6LinkLocal Gets whether the address is an IPv6 link local address.
Public property Supported by Silverlight for Windows Phone IsIPv6Multicast Gets whether the address is an IPv6 multicast global address.
Public property Supported by Silverlight for Windows Phone IsIPv6SiteLocal Gets whether the address is an IPv6 site local address.
Public property Supported by Silverlight for Windows Phone ScopeId Gets or sets the IPv6 address scope identifier.
Top
  Name Description
Public method Supported by Silverlight for Windows Phone Equals Compares two IP addresses. (Overrides Object.Equals(Object).)
Protected method Supported by Silverlight for Windows Phone Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method Supported by Silverlight for Windows Phone GetAddressBytes Provides a copy of the IPAddress as an array of bytes.
Public method Supported by Silverlight for Windows Phone GetHashCode Returns a hash value for an IP address. (Overrides Object.GetHashCode().)
Public method Supported by Silverlight for Windows Phone GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Static member Supported by Silverlight for Windows Phone HostToNetworkOrder(Int16) Converts a short value from host byte order to network byte order.
Public method Static member Supported by Silverlight for Windows Phone HostToNetworkOrder(Int32) Converts an integer value from host byte order to network byte order.
Public method Static member Supported by Silverlight for Windows Phone HostToNetworkOrder(Int64) Converts a long value from host byte order to network byte order.
Public method Static member Supported by Silverlight for Windows Phone IsLoopback Indicates whether the specified IP address is the loopback address.
Protected method Supported by Silverlight for Windows Phone MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Static member Supported by Silverlight for Windows Phone NetworkToHostOrder(Int16) Converts a short value from network byte order to host byte order.
Public method Static member Supported by Silverlight for Windows Phone NetworkToHostOrder(Int32) Converts an integer value from network byte order to host byte order.
Public method Static member Supported by Silverlight for Windows Phone NetworkToHostOrder(Int64) Converts a long value from network byte order to host byte order.
Public method Static member Supported by Silverlight for Windows Phone Parse Converts an IP address string to an IPAddress instance.
Public method Supported by Silverlight for Windows Phone ToString Converts an Internet address to its standard notation. (Overrides Object.ToString().)
Public method Static member Supported by Silverlight for Windows Phone TryParse Determines whether a string is a valid IP address.
Top
  Name Description
Public field Static member Supported 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 field Static member Supported by Silverlight for Windows Phone Broadcast Provides the IPv4 broadcast address. This field is read-only.
Public field Static member Supported 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 field Static member Supported by Silverlight for Windows Phone IPv6Loopback Provides the IP loopback address. This property is read-only.
Public field Static member Supported 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 field Static member Supported by Silverlight for Windows Phone Loopback Provides the IPv4 loopback address. This field is read-only.
Public field Static member Supported 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

The IPAddress class contains the address of a computer on an IP network. This class can be used to represent either an IPv4 or IPv6 address.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ