| 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.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxList<IPortMapping> GetPortMappings()
Function GetPortMappings As List(Of IPortMapping)
List<IPortMapping^>^ GetPortMappings()
abstract GetPortMappings : unit -> List<IPortMapping> 
Return Value
Type: 
ListIPortMapping
See Also