Method | Description | |
---|---|---|
GetIpAddressForHostname ( string hostname ) : string |
Submits a dns request for the given hostname and returns the IP address that it resolves to.
|
|
GetPublicIpAddress ( ) : string | ||
GetPublicIpAddressFromDnsOMatic ( ) : string |
Retrieve the public IP address from DNS-O-Matic at http://myip.dnsomatic.com/
|
|
GetPublicIpAddressFromDynDns ( ) : string |
Get the public IP Address from DynDns at: http://checkip.dyndns.org/
|
public GetIpAddressForHostname ( string hostname ) : string | ||
hostname | string | The hostname to get an IP address for. |
return | string |
public GetPublicIpAddressFromDnsOMatic ( ) : string | ||
return | string |
public GetPublicIpAddressFromDynDns ( ) : string | ||
return | string |