Click or drag to resize
IUniversalPlugAndPlayManagerProviderRemoveMapping Method
Removes a mapping via the UPnP COM component.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void RemoveMapping(
	int externalPort,
	string protocol
)

Parameters

externalPort
Type: SystemInt32
protocol
Type: SystemString
See Also