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)
Syntax List<IPortMapping> GetPortMappings()
Function GetPortMappings As List(Of IPortMapping)
List<IPortMapping^>^ GetPortMappings()
abstract GetPortMappings : unit -> List<IPortMapping>
Return Value
Type:
ListIPortMappingSee Also