Method WriteDeviceDescriptionXml
WriteDeviceDescriptionXml(XmlWriter, SsdpDevice)
Writes this device to the specified
Declaration
protected virtual void WriteDeviceDescriptionXml(XmlWriter writer, SsdpDevice device)
Parameters
Type | Name | Description |
---|---|---|
XmlWriter | writer | The |
SsdpDevice | device | The SsdpDevice to write out. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Thrown if the |