Mono Class Library: OverviewSystem.Net.IPAddress: Members |
The members of System.Net.IPAddress are listed below.
See Also: Inherited members from System.Object
static readonlyAny IPAddress. Indicates that the protocol will select which address to use. static readonlyBroadcast IPAddress. Provides the IP broadcast address. static readonlyIPv6Any IPAddress. Documentation for this section has not yet been entered. static readonlyIPv6Loopback IPAddress. Documentation for this section has not yet been entered. static readonlyIPv6None IPAddress. Documentation for this section has not yet been entered. static readonlyLoopback IPAddress. Provides the IP loopback address. static readonlyNone IPAddress. Provides the IP address that indicates that no network interface should be used.
Address long. Gets or sets an Internet Protocol (IP) address. [read-only] AddressFamily System.Net.Sockets.AddressFamily. Gets the address family. [read-only] IsIPv6LinkLocal bool. Documentation for this section has not yet been entered. [read-only] IsIPv6Multicast bool. Documentation for this section has not yet been entered. [read-only] IsIPv6SiteLocal bool. Documentation for this section has not yet been entered. ScopeId long. Documentation for this section has not yet been entered.
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.