Mono Class Library: Overview

System.Net.IPAddress: Method Members

The methods of System.Net.IPAddress are listed below. For a list of all members, see the IPAddress Members list.

See Also: Inherited members from System.Object

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.