Click or drag to resize
IUniversalPlugAndPlayManagerProviderAddMapping Method
Adds a new port 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 AddMapping(
	int externalPort,
	string protocol,
	int internalPort,
	string internalClient,
	bool startEnabled,
	string description
)

Parameters

externalPort
Type: SystemInt32
protocol
Type: SystemString
internalPort
Type: SystemInt32
internalClient
Type: SystemString
startEnabled
Type: SystemBoolean
description
Type: SystemString
See Also