C# Class Ipop.IpopConfig.AddressInfo

AddressInfo stores end point mappings depending on the system all or none of these need to be defined before run time, this is here to save configuration for future use.
Show file Open project: pstjuste/brunet

Public Properties

Property Type Description
EthernetAddress string
Hostname string
IPAddress string
Netmask string

Property Details

EthernetAddress public property

Not implemented, but should contain last ethernet address for the node
public string EthernetAddress
return string

Hostname public property

The hostname to associate to the IP.
public string Hostname
return string

IPAddress public property

Last IP address for this node.
public string IPAddress
return string

Netmask public property

Last netmask for this node.
public string Netmask
return string