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.
ファイルを表示 Open project: pstjuste/brunet

Public Properties

Property Type Description
EthernetAddress string
Hostname string
IPAddress string
Netmask string

Property Details

EthernetAddress public_oe property

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

Hostname public_oe property

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

IPAddress public_oe property

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

Netmask public_oe property

Last netmask for this node.
public string Netmask
return string