Mono Class Library: Overview

System.Net.IPAddress: Members

The members of System.Net.IPAddress are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Constructs and initializes a new instance of the System.Net.IPAddress class.
Documentation for this section has not yet been entered.

Public Fields

static readonly
AnyIPAddress. Indicates that the protocol will select which address to use.
static readonly
BroadcastIPAddress. Provides the IP broadcast address.
static readonly
IPv6AnyIPAddress. Documentation for this section has not yet been entered.
static readonly
IPv6LoopbackIPAddress. Documentation for this section has not yet been entered.
static readonly
IPv6NoneIPAddress. Documentation for this section has not yet been entered.
static readonly
LoopbackIPAddress. Provides the IP loopback address.
static readonly
NoneIPAddress. Provides the IP address that indicates that no network interface should be used.

Public Properties

Addresslong. Gets or sets an Internet Protocol (IP) address.
[read-only]
AddressFamilySystem.Net.Sockets.AddressFamily. Gets the address family.
[read-only]
IsIPv6LinkLocalbool. Documentation for this section has not yet been entered.
[read-only]
IsIPv6Multicastbool. Documentation for this section has not yet been entered.
[read-only]
IsIPv6SiteLocalbool. Documentation for this section has not yet been entered.
ScopeIdlong. Documentation for this section has not yet been entered.

Public Methods

override
Equals(object) : bool
Determines whether the current instance and the specified object represent the same IP address.
GetAddressBytes() : byte[]
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Generates a hash code for the current instance.
static
HostToNetworkOrder(short) : short
Converts a short from host-byte-order to network-byte-order.
static
HostToNetworkOrder(int) : int
Converts a int from host-byte-order to network-byte-order.
static
HostToNetworkOrder(long) : long
Converts a long from host-byte-order to network-byte-order.
static
IsLoopback(IPAddress) : bool
Returns a bool that indicates whether the specified IP address is a loopback address.
static
NetworkToHostOrder(short) : short
Converts a short from network-byte-order to host-byte-order.
static
NetworkToHostOrder(int) : int
Converts a int from network-byte-order to host-byte-order.
static
NetworkToHostOrder(long) : long
Converts a long from network-byte-order to host-byte-order.
static
Parse(string) : IPAddress
Converts a string representation of an IP address in dotted-quad notation, to a System.Net.IPAddress instance.
override
ToString() : string
Returns a string representation of the value of the current instance.
static
TryParse(string, out IPAddress) : bool
Documentation for this section has not yet been entered.