Interface IUpnpDeviceValidator
Interface for components that check an SsdpDevice object's properties meet the UPnP specification for a particular version.
Namespace: Rssdp.Infrastructure
Assembly: cs.temp.dll.dll
Syntax
public interface IUpnpDeviceValidator
Methods
Name | Description |
---|---|
GetValidationErrors(SsdpDevice) | Returns an enumerable set of strings, each one being a description of an invalid property on the specified device. |
GetValidationErrors(SsdpRootDevice) | Returns an enumerable set of strings, each one being a description of an invalid property on the specified root device. |
ThrowIfDeviceInvalid(SsdpDevice) | Validates the specified device and throws an System.InvalidOperationException if there are any validation errors. |