C# Класс 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.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
EthernetAddress string
Hostname string
IPAddress string
Netmask string

Описание свойств

EthernetAddress публичное свойство

Not implemented, but should contain last ethernet address for the node
public string EthernetAddress
Результат string

Hostname публичное свойство

The hostname to associate to the IP.
public string Hostname
Результат string

IPAddress публичное свойство

Last IP address for this node.
public string IPAddress
Результат string

Netmask публичное свойство

Last netmask for this node.
public string Netmask
Результат string