Skip to content

KBE3D / KBCore / Cesium / TrustedServers / remove

函数: remove()

remove(host: string, port: number): void

Removes a trusted server from the registry

参数

host

string

The host to be removed.

port

number

The port used to access the host.

返回

void

示例

ts
// Remove a trusted server
TrustedServers.remove('my.server.com', 80);

KBE3D @3.0.0 Copyright © 2024-present KBE3D