Méthode | Description | |
---|---|---|
Equals ( |
Compares this ip address with another ip address.
|
|
Equals ( object obj ) : bool | ||
FromNumber ( uint address ) : string |
Gets the string representation of the specified address.
|
|
FromString ( string address ) : uint |
Converts the specified address from string to a 32bit integer.
|
|
GetHashCode ( ) : int | ||
IpAddress ( |
Initializes a new instance of the IpAddress class.
|
|
IpAddress ( string address ) : System |
Initializes a new instance of the IpAddress class, using the specified address string to initialize it's Address property.
|
|
IpAddress ( string address, string to ) : System |
Initializes a new instance of the IpAddress class, using the specified address and to strings to initialize it's Address and To properties.
|
|
Matches ( string address ) : bool |
Matches this IpAddress with the specified address.
|
|
Parse ( |
||
ToString ( ) : string | ||
ToXml ( |
||
operator ( ) : bool |
Implements the operator !=.
|
public Equals ( |
||
other | The ip address to compare this ip address with. | |
Résultat | bool |
public static FromNumber ( uint address ) : string | ||
address | uint | The address to convert. |
Résultat | string |
public static FromString ( string address ) : uint | ||
address | string | The IP address string to convert. |
Résultat | uint |
public IpAddress ( |
||
configElement | The configuration element that defines this IP address. | |
Résultat | System |
public IpAddress ( string address ) : System | ||
address | string | The IP address as a string (e.g. '204.27.198.20'). |
Résultat | System |
public IpAddress ( string address, string to ) : System | ||
address | string | The begin IP address of a range, represented with a string (e.g. '204.27.198.20'). |
to | string | The end IP address of a range, represented with a string (e.g. '204.27.198.60'). |
Résultat | System |
public Matches ( string address ) : bool | ||
address | string | The IP address to test. |
Résultat | bool |
public Parse ( |
||
element | ||
Résultat | void |
public ToXml ( |
||
document | ||
Résultat |