Click or drag to resize
IUniversalPlugAndPlayManagerProviderGetPortMappings Method
Returns a list of every port mapping exposed by the UPnP COM component. Can return null if the COM component can't expose static port mappings.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
List<IPortMapping> GetPortMappings()

Return Value

Type: ListIPortMapping
See Also