Function UPNPDevice.deletePortMapping
Deletes the port mapping identified by the given port and protocol combination on this device. See UPNP.
long deletePortMapping
(
const(long) port,
const(String) proto = GodotStringLiteral() .str()
) nothrow @nogc const;