Click or drag to resize
IUniversalPlugAndPlayManagerProvider Interface
The interface for objects that abstract away the Windows universal plug'n'play COM component and other aspects of the environment for IUniversalPlugAndPlayManager.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IUniversalPlugAndPlayManagerProvider

The IUniversalPlugAndPlayManagerProvider type exposes the following members.

Methods
  NameDescription
Public methodAddMapping
Adds a new port mapping via the UPnP COM component.
Public methodCreateUPnPComComponent
Creates the UPnP COM component, some aspects of which are exposed by the provider.
Public methodGetPortMappings
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.
Public methodRemoveMapping
Removes a mapping via the UPnP COM component.
Top
See Also