IPHostEntry

Overview

Location

  • Reference:
    • RemObjects.InternetPack.fx  Island
    • libRemObjects.InternetPack.fx  Toffee
  • Namespace: RemObjects.InternetPack
  • Platforms: Island, Toffee

Properties


AddressList  virtual

 

property AddressList: array of IPAddress read write;

 

IPAddress[] AddressList { get; set; }

 

var AddressList: IPAddress... { get{} set{} }

 

Property AddressList() As IPAddress()

Aliases  virtual

 

property Aliases: array of String read write;

 

String[] Aliases { get; set; }

 

var Aliases: String... { get{} set{} }

 

Property Aliases() As String()

HostName  virtual

 

property HostName: String read write;

 

String HostName { get; set; }

 

var HostName: String { get{} set{} }

 

Property HostName() As String

Instance Methods


constructor

 

constructor

 

IPHostEntry()

 

init()

 

Sub New()