Skip to main content

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.

ParameterTypeDescription
hostNameOrAddressstring

Returns IPAddress[]

GetHostEntry(string hostNameOrAddress)

public static IPHostEntry GetHostEntry(string hostNameOrAddress)

No description available.

ParameterTypeDescription
hostNameOrAddressstring

Returns IPHostEntry