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.
파일 보기 프로젝트 열기: pstjuste/brunet

공개 프로퍼티들

프로퍼티 타입 설명
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