RemovePort

Remove (un-forward) the proxy bound to a given port.

int RemovePort(int port)

Parameters

  • port: Port number to remove.

Return Value

  • int: 0 if success.

Example

// example

RemovePort(60000);

Last updated

Was this helpful?