C# 클래스 Ipop.Dht.DhtNodeParameters

상속: Brunet.Applications.RuntimeParameters
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_dhcp_config DHCPConfig
_dhcp_config_path string
_group_vpn bool
_ipop_config IpopConfig
_ipop_config_path string
_sp Brunet.Applications.NodeConfig.SecurityPolicy

공개 메소드들

메소드 설명
DhtNodeParameters ( ) : Brunet
Parse ( string args ) : int

메소드 상세

DhtNodeParameters() 공개 메소드

public DhtNodeParameters ( ) : Brunet
리턴 Brunet

Parse() 공개 메소드

public Parse ( string args ) : int
args string
리턴 int

프로퍼티 상세

_dhcp_config 보호되어 있는 프로퍼티

protected DHCPConfig _dhcp_config
리턴 DHCPConfig

_dhcp_config_path 보호되어 있는 프로퍼티

protected string _dhcp_config_path
리턴 string

_group_vpn 보호되어 있는 프로퍼티

protected bool _group_vpn
리턴 bool

_ipop_config 보호되어 있는 프로퍼티

protected IpopConfig _ipop_config
리턴 IpopConfig

_ipop_config_path 보호되어 있는 프로퍼티

protected string _ipop_config_path
리턴 string

_sp 보호되어 있는 프로퍼티

protected NodeConfig.SecurityPolicy,Brunet.Applications _sp
리턴 Brunet.Applications.NodeConfig.SecurityPolicy