Return a vector of publicly routable Network names; optionally append NET_UNROUTABLE.
Declared in <netbase.h>
std::vector<std::string>
GetNetworkNames(bool append_unroutable = false);
The list of network names.
| Name | Description |
|---|---|
| append_unroutable | Whether to include the unroutable network name. |