Constructor SsdpService
SsdpService()
Default constructor.
Declaration
public SsdpService()
SsdpService(String)
Deserialisation constructor.
Declaration
public SsdpService(string serviceDescriptionXml)
Parameters
Type | Name | Description |
---|---|---|
System.String | serviceDescriptionXml | A UPnP service description XML document. |
Remarks
Uses the provided XML string to set the properties of the object. The XML provided must be a valid UPnP service description document.
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Thrown if the |
System.ArgumentException | Thrown if the |