pl.wendigo.chrome.api.tethering / BindRequest

BindRequest

data class BindRequest (source)

Represents request frame that can be used with Tethering#bind operation call.

Request browser port binding.

Link
Tethering#bind method documentation.

See Also

TetheringOperations.bind

Constructors

<init>

BindRequest(port: Int)

Represents request frame that can be used with Tethering#bind operation call.

Properties

port

val port: Int

Port number to bind.