Dns Class
Namespace: System.Net · Assembly: GHIElectronics.TinyCLR.Networking
No description available.
public static class Dns
Methods
GetHostName()
public static string GetHostName()
No description available.
Returns string
GetHostAddresses(string hostNameOrAddress)
public static IPAddress[] GetHostAddresses(string hostNameOrAddress)
No description available.
| Parameter | Type | Description |
|---|---|---|
hostNameOrAddress | string |
Returns IPAddress[]
GetHostEntry(string hostNameOrAddress)
public static IPHostEntry GetHostEntry(string hostNameOrAddress)
No description available.
| Parameter | Type | Description |
|---|---|---|
hostNameOrAddress | string |
Returns IPHostEntry