Class DeviceUnavailableEventArgs
Event arguments for the DeviceUnavailable event.
Inheritance
System.Object
System.EventArgs
DeviceUnavailableEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Rssdp
Assembly: cs.temp.dll.dll
Syntax
public sealed class DeviceUnavailableEventArgs : EventArgs
Constructors
| Name | Description |
|---|---|
| DeviceUnavailableEventArgs(DiscoveredSsdpDevice, Boolean) | Full constructor. |
Properties
| Name | Description |
|---|---|
| DiscoveredDevice | A reference to a DiscoveredSsdpDevice instance containing the discovery details of the removed device. |
| Expired | Returns true if the device is considered unavailable because it's cached information expired before a new alive notification or search result was received. Returns false if the device is unavailable because it sent an explicit notification of it's unavailability. |