Mono Class Library: OverviewSystem.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
overrideEquals(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. overrideGetHashCode() : int Generates a hash code for the current instance. staticHostToNetworkOrder(short) : short Converts a short from host-byte-order to network-byte-order. staticHostToNetworkOrder(int) : int Converts a int from host-byte-order to network-byte-order. staticHostToNetworkOrder(long) : long Converts a long from host-byte-order to network-byte-order. staticIsLoopback(IPAddress) : bool Returns a bool that indicates whether the specified IP address is a loopback address. staticNetworkToHostOrder(short) : short Converts a short from network-byte-order to host-byte-order. staticNetworkToHostOrder(int) : int Converts a int from network-byte-order to host-byte-order. staticNetworkToHostOrder(long) : long Converts a long from network-byte-order to host-byte-order. staticParse(string) : IPAddress Converts a string representation of an IP address in dotted-quad notation, to a System.Net.IPAddress instance. overrideToString() : string Returns a string representation of the value of the current instance. staticTryParse(string, out IPAddress) : bool Documentation for this section has not yet been entered.