removePort(port)

Removes (un-forwards) the proxy bound to the given port.

removePort(port)

Parameters

  • port (number) – Port to remove.

Return Value

number – 0 on success.

Example

// example

callOrThrow(sdk.removePort, 60000);

Last updated

Was this helpful?