C# Class Ipop.Dht.DhtNodeParameters

Inheritance: Brunet.Applications.RuntimeParameters
ファイルを表示 Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_dhcp_config DHCPConfig
_dhcp_config_path string
_group_vpn bool
_ipop_config IpopConfig
_ipop_config_path string
_sp Brunet.Applications.NodeConfig.SecurityPolicy

Public Methods

Method Description
DhtNodeParameters ( ) : Brunet
Parse ( string args ) : int

Method Details

DhtNodeParameters() public method

public DhtNodeParameters ( ) : Brunet
return Brunet

Parse() public method

public Parse ( string args ) : int
args string
return int

Property Details

_dhcp_config protected_oe property

protected DHCPConfig _dhcp_config
return DHCPConfig

_dhcp_config_path protected_oe property

protected string _dhcp_config_path
return string

_group_vpn protected_oe property

protected bool _group_vpn
return bool

_ipop_config protected_oe property

protected IpopConfig _ipop_config
return IpopConfig

_ipop_config_path protected_oe property

protected string _ipop_config_path
return string

_sp protected_oe property

protected NodeConfig.SecurityPolicy,Brunet.Applications _sp
return Brunet.Applications.NodeConfig.SecurityPolicy