remove

fun remove(host: String, port: Int)(source)

Removes a trusted server from the registry

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

Parameters

host

The host to be removed.

port

The port used to access the host.

See also