Property SupportPnpRootDevice
SupportPnpRootDevice
If true (default) treats root devices as both upnp:rootdevice and pnp:rootdevice types.
Declaration
[Obsolete("Set StandardsMode to SsdpStandardsMode.Relaxed instead.")]
public bool SupportPnpRootDevice { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Enabling this option will cause devices to show up in Microsoft Windows Explorer's network screens (if discovery is enabled etc.). Windows Explorer appears to search only for pnp:rootdeivce and not upnp:rootdevice.
If false, the system will only use upnp:rootdevice for notifiation broadcasts and and search responses, which is correct according to the UPnP/SSDP spec.