C# 클래스 Ipop.IpopConfig

IpopConfig contains configuration data meant for IPOP.
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AddressData AddressInfo
AllowStaticAddresses bool
DHCPPort int
Dns DnsInfo
EnableMulticast bool
EndToEndSecurity bool
GroupVPN GroupVPNInfo
IpopNamespace string
VirtualNetworkDevice string

공개 메소드들

메소드 설명
WriteConfig ( ) : bool

Writres the config to the file system.

메소드 상세

WriteConfig() 공개 메소드

Writres the config to the file system.
public WriteConfig ( ) : bool
리턴 bool

프로퍼티 상세

AddressData 공개적으로 프로퍼티

End Point Mapping.
public AddressInfo AddressData
리턴 AddressInfo

AllowStaticAddresses 공개적으로 프로퍼티

Allow static addresses
public bool AllowStaticAddresses
리턴 bool

DHCPPort 공개적으로 프로퍼티

DHCP base port (67 default)
public int DHCPPort
리턴 int

Dns 공개적으로 프로퍼티

Dns Configuration Setting, default none
public DnsInfo Dns
리턴 DnsInfo

EnableMulticast 공개적으로 프로퍼티

Enable Multicast
public bool EnableMulticast
리턴 bool

EndToEndSecurity 공개적으로 프로퍼티

Enables End-To-End Security
public bool EndToEndSecurity
리턴 bool

GroupVPN 공개적으로 프로퍼티

GroupVPN configuration settings, default none
public GroupVPNInfo GroupVPN
리턴 GroupVPNInfo

IpopNamespace 공개적으로 프로퍼티

Used to provide parallel dimension of IP space in a single overlay system
public string IpopNamespace
리턴 string

VirtualNetworkDevice 공개적으로 프로퍼티

The device name of the TAP device
public string VirtualNetworkDevice
리턴 string