Skip to main content

IPHostEntry Class

Namespace: System.Net · Assembly: GHIElectronics.TinyCLR.Networking

No description available.

public class IPHostEntry

Properties

HostName

public string HostName { get; set; }

No description available.

AddressList

public IPAddress[] AddressList { get; set; }

No description available.

Aliases

public string[] Aliases { get; set; }

No description available.