Function UPNPDevice.deletePortMapping

Deletes the port mapping identified by the given port and protocol combination on this device. See UPNP.deletePortMapping.

long deletePortMapping (
  const(long) port,
  const(String) proto = GodotStringLiteral().str()
) nothrow @nogc const;