[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Tethering](./puppeteer.protocol.tethering.md) > [BindRequest](./puppeteer.protocol.tethering.bindrequest.md) ## Protocol.Tethering.BindRequest interface Signature: ```typescript export interface BindRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [port](./puppeteer.protocol.tethering.bindrequest.port.md) | [integer](./puppeteer.protocol.integer.md) | Port number to bind. |