UPNP.deletePortMapping

Deletes the port mapping for the given port and protocol combination on the default gateway (see getGateway) if one exists. port must be a valid port between 1 and 65535, proto can be either TCP or UDP. See upnpresult for possible return values.

struct UPNP
@nogc nothrow const
long
deletePortMapping
(
StringArg1
)
(
in long port
,
in StringArg1 proto = "UDP"
)

Meta