Class SsdpDeviceLocator
Allows you to search the network for a particular device, device types, or UPnP service types. Also listenings for broadcast notifications of device availability and raises events to indicate changes in status.
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 SsdpDeviceLocator : SsdpDeviceLocatorBase, IDisposable, ISsdpDeviceLocator
Constructors
Name | Description |
---|---|
SsdpDeviceLocator() | Default constructor. Constructs a new instance using the default ISsdpCommunicationsServer and ISocketFactory implementations for this platform. |
SsdpDeviceLocator() | Default constructor. Constructs a new instance using the default ISsdpCommunicationsServer and ISocketFactory implementations for this platform. |
SsdpDeviceLocator(ISsdpCommunicationsServer) | Full constructor. Constructs a new instance using the provided ISsdpCommunicationsServer implementation. |
SsdpDeviceLocator(ISsdpCommunicationsServer) | Full constructor. Constructs a new instance using the provided ISsdpCommunicationsServer implementation. |
SsdpDeviceLocator(String) | Partial constructor. |