copy
expect fun copy(hostname: String = this.hostname, port: Int = this.port): InetSocketAddress
Content copied to clipboard
Create a copy of InetSocketAddress.
Note that this may trigger a name service reverse lookup.
actual fun copy(hostname: String = this.hostname, port: Int = this.port): InetSocketAddress
Content copied to clipboard