Interface ISsdpDevicePublisher
Interface for components that publish the existence of SSDP devices.
Namespace: Rssdp.Infrastructure
Assembly: cs.temp.dll.dll
Syntax
public interface ISsdpDevicePublisher
Remarks
Publishing a device includes sending notifications (alive and byebye) as well as responding to search requests when appropriate.
Properties
| Name | Description |
|---|---|
| Devices | Returns a read only list of devices being published by this instance. |
Methods
| Name | Description |
|---|---|
| AddDevice(SsdpRootDevice) | Adds a device (and it's children) to the list of devices being published by this server, making them discoverable to SSDP clients. |
| RemoveDevice(SsdpRootDevice) | Removes a device (and it's children) from the list of devices being published by this server, making them undiscoverable. |