IUniversalPlugAndPlayManagerProviderRemoveMapping Method |
Removes a mapping via the UPnP COM component.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void RemoveMapping(
int externalPort,
string protocol
)
Sub RemoveMapping (
externalPort As Integer,
protocol As String
)
void RemoveMapping(
int externalPort,
String^ protocol
)
abstract RemoveMapping :
externalPort : int *
protocol : string -> unit
Parameters
- externalPort
- Type: SystemInt32
- protocol
- Type: SystemString
See Also