ResourceBrowser


Description:

[ CCode ( has_construct_function = false ) ]
public ResourceBrowser (Client client, string target)

Create a new resource browser for target.

target is a generic string the resource browser listens for on the SSDP bus. There are several possible targets such as

  • `ssdp:all` for everything that is announced using SSDP
  • `upnp:rootdevice` for UPnP device entry points, not caring about a special device type
  • The UUID of a specific device
  • Device types, such as `urn:schemas-upnp-org:device:MediaServer:1`
  • Service types, such as `urn:schemas-upnp-org:service:ContentDirectory:1`

Parameters:

client

The Client to associate with

target

A SSDP search target

Returns:

A new ResourceBrowser object.