Enum SsdpStandardsMode
An enum whose values control how strictly RSSDP follows the SSDP specification.
Namespace: Rssdp
Assembly: cs.temp.dll.dll
Syntax
public enum SsdpStandardsMode
Fields
| Name | Description |
|---|---|
| Default | Equivalent to Relaxed |
| SsdpStandardsMode | RSSDP will not strictly follow the specification, but will instead behave in ways that are compatible with most SSDP devices. |
| Strict | RSSDP will strictly follow the SSDP specification even where other implementations commonly deviate. |