PluginStartupParametersUPnpManager Property |
Gets the object that is controlling the exposure of the web server via UPnP.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IUniversalPlugAndPlayManager UPnpManager { get; }
Public ReadOnly Property UPnpManager As IUniversalPlugAndPlayManager
Get
public:
property IUniversalPlugAndPlayManager^ UPnpManager {
IUniversalPlugAndPlayManager^ get ();
}
member UPnpManager : IUniversalPlugAndPlayManager with get
Property Value
Type:
IUniversalPlugAndPlayManagerSee Also