DiscoveredSsdpDevice
Represents a discovered device, containing basic information about the device and the location of it's full device description document. Also provides convenience methods for retrieving the device description document.
Sets or returns the date and time this information was received.
Sets or returns the length of time this information is valid for (from the AsAt time).
Sets or returns a URL pointing to the device description document for this device.
Sets or returns the type of notification, being either a uuid, device type, service type or upnp:rootdevice.
Returns the headers from the SSDP device response message
Sets or returns the universal service name (USN) of the device.
public DiscoveredSsdpDevice()
Retrieves the device description document specified by the DescriptionLocation property.
Retrieves the device description document specified by the DescriptionLocation property using the provided HttpClient instance.
Returns true if this device information has expired, based on the current date/time, and the CacheLifetime & AsAt properties.