C# 클래스 Ipop.DHCPConfig

A Configuration class for the DHCP Lease Controller
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IPBase string
LeaseTime int
Namespace string
Netmask string
ReservedIPs ReservedIP[]

프로퍼티 상세

IPBase 공개적으로 프로퍼티

Base IP Address.
public string IPBase
리턴 string

LeaseTime 공개적으로 프로퍼티

The length of a lease.
public int LeaseTime
리턴 int

Namespace 공개적으로 프로퍼티

The name of the IPOP Namespace.
public string Namespace
리턴 string

Netmask 공개적으로 프로퍼티

The netmask for the IPOP Namespace.
public string Netmask
리턴 string

ReservedIPs 공개적으로 프로퍼티

An array of reserved IP Addresses.
public ReservedIP[] ReservedIPs
리턴 ReservedIP[]