Méthode | Description | |
---|---|---|
Address ( ) : System | ||
Address ( |
||
Address ( |
Creates a new Address
|
|
Address ( string hostname, |
||
Address ( string host, int port ) : System | ||
Equals ( object obj ) : bool | ||
GetAddressByName ( string name ) : |
||
GetHashCode ( ) : int | ||
GetHost ( ) : string | ||
GetInetAddress ( ) : |
||
GetInetSocketAddress ( ) : |
||
GetPort ( ) : int | ||
GetScopeId ( ) : string | ||
GetScopedHost ( ) : string | ||
IsIPv4 ( ) : bool | ||
IsIPv6 ( ) : bool | ||
SetScopeId ( string scopeId ) : void | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
Equals ( |
||
Resolve ( |
public Address ( |
||
inetAddress | ||
port | int | |
Résultat | System |
public Address ( |
||
inetSocketAddress | the InetSocketAddress to use | |
Résultat | System |
public Address ( string hostname, |
||
hostname | string | |
inetAddress | ||
port | int | |
Résultat | System |
public Address ( string host, int port ) : System | ||
host | string | |
port | int | |
Résultat | System |
public static GetAddressByName ( string name ) : |
||
name | string | |
Résultat |
public GetInetSocketAddress ( ) : |
||
Résultat |
public SetScopeId ( string scopeId ) : void | ||
scopeId | string | |
Résultat | void |