Appearance
KBE3D / KBCore / Cesium / TrustedServers / add
add(host: string, port: number): void
host
string
port
number
void
Adds a trusted server to the registry
The host to be added.
The port used to access the host.
// Add a trusted server TrustedServers.add('my.server.com', 80);