GetNetworkNames

Return a vector of publicly routable Network names; optionally append NET_UNROUTABLE.

Synopsis

Declared in <netbase.h>

std::vector<std::string>
GetNetworkNames(bool append_unroutable = false);

Return Value

The list of network names.

Parameters

NameDescription
append_unroutableWhether to include the unroutable network name.