Method | 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 |
Method | Description | |
---|---|---|
Equals ( |
||
Resolve ( |
public Address ( |
||
inetAddress | ||
port | int | |
return | System |
public Address ( |
||
inetSocketAddress | the InetSocketAddress to use | |
return | System |
public Address ( string hostname, |
||
hostname | string | |
inetAddress | ||
port | int | |
return | System |
public Address ( string host, int port ) : System | ||
host | string | |
port | int | |
return | System |
public static GetAddressByName ( string name ) : |
||
name | string | |
return |
public GetInetSocketAddress ( ) : |
||
return |