프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultHosts | string[] |
메소드 | 설명 | |
---|---|---|
DnsDiscovery ( NetworkParameters netParams ) : System |
Supports finding peers through DNS A records. Community run DNS entry points will be used.
|
|
DnsDiscovery ( string hostNames, NetworkParameters netParams ) : System |
Supports finding peers through DNS A records.
|
|
GetPeers ( ) : IEnumerable |
public DnsDiscovery ( NetworkParameters netParams ) : System | ||
netParams | NetworkParameters | Network parameters to be used for port information. |
리턴 | System |
public DnsDiscovery ( string hostNames, NetworkParameters netParams ) : System | ||
hostNames | string | Host names to be examined for seed addresses. |
netParams | NetworkParameters | Network parameters to be used for port information. |
리턴 | System |