Class SsdpDeviceIcon
Represents an icon published by an SsdpDevice.
Inheritance
System.Object
SsdpDeviceIcon
Inherited Members
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 SsdpDeviceIcon
Properties
Name | Description |
---|---|
ColorDepth | The colour depth of the image. |
Height | The height of the image in pixels. |
MimeType | The mime type for the image data returned by the Url property. |
Url | The URL that can be called with an HTTP GET command to retrieve the image data. |
Width | The width of the image in pixels. |