Skip to content

Commit

Permalink
Add SsdpDevicePublisher for iOS and Android Xamarin projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Willmot committed Nov 14, 2017
1 parent b8d237a commit b73a214
Show file tree
Hide file tree
Showing 117 changed files with 18,994 additions and 6,008 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1091,12 +1091,14 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerator</span>&lt;<a class="xref" href="Rssdp.CustomHttpHeader.html">CustomHttpHeader</a>&gt;</td>
<td><span class="xref">System.Collections.Generic.IEnumerator</span>&lt;<a class="xref" href="Rssdp.CustomHttpHeader.html">CustomHttpHeader</a>&gt;</td>
<td><p>An enumerator of <a class="xref" href="Rssdp.CustomHttpHeader.html">CustomHttpHeader</a> instances in this collection.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="implements">Implements</h5>
<div><span class="xref">System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator()</span></div>
</article>
</div>

Expand Down
31 changes: 30 additions & 1 deletion docs/api/Rssdp.CustomHttpHeadersCollection.html
Original file line number Diff line number Diff line change
Expand Up @@ -1076,11 +1076,40 @@ <h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">CustomHttpHeadersCollection</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<a class="xref" href="Rssdp.CustomHttpHeader.html">CustomHttpHeader</a>&gt;</div>
<div><span class="xref">System.Collections.IEnumerable</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Rssdp.html">Rssdp</a></h6>
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
<h5 id="Rssdp_CustomHttpHeadersCollection_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class CustomHttpHeadersCollection : IEnumerable&lt;CustomHttpHeader&gt;</code></pre>
<pre><code class="lang-csharp hljs">public class CustomHttpHeadersCollection : IEnumerable&lt;CustomHttpHeader&gt;, IEnumerable</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,7 @@ <h5>Inheritance</h5>
<div class="level2"><a class="xref" href="Rssdp.Infrastructure.SsdpCommunicationsServer.html">SsdpCommunicationsServer</a></div>
<div class="level2"><a class="xref" href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.html">SsdpDeviceLocatorBase</a></div>
<div class="level2"><a class="xref" href="Rssdp.Infrastructure.SsdpDevicePublisherBase.html">SsdpDevicePublisherBase</a></div>
<div class="level2"><a class="xref" href="Rssdp.UdpSocket.html">UdpSocket</a></div>
</div>
<div classs="implements">
<h5>Implements</h5>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1091,8 +1091,8 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">Task</span>&lt;<span class="xref">IEnumerable</span>&lt;<a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a>&gt;&gt;</td>
<td><p>A task whose result is an <see cref="!:IEnumerable&lt;T>"></see> of <a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a> instances, representing all found devices.</p>
<td><span class="xref">Task</span>&lt;<span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a>&gt;&gt;</td>
<td><p>A task whose result is an <span class="xref">System.Collections.Generic.IEnumerable&lt;T&gt;</span> of <a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a> instances, representing all found devices.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1137,8 +1137,8 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">Task</span>&lt;<span class="xref">IEnumerable</span>&lt;<a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a>&gt;&gt;</td>
<td><p>A task whose result is an <see cref="!:IEnumerable&lt;T>"></see> of <a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a> instances, representing all found devices.</p>
<td><span class="xref">Task</span>&lt;<span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a>&gt;&gt;</td>
<td><p>A task whose result is an <span class="xref">System.Collections.Generic.IEnumerable&lt;T&gt;</span> of <a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a> instances, representing all found devices.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1182,8 +1182,8 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">Task</span>&lt;<span class="xref">IEnumerable</span>&lt;<a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a>&gt;&gt;</td>
<td><p>A task whose result is an <see cref="!:IEnumerable&lt;T>"></see> of <a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a> instances, representing all found devices.</p>
<td><span class="xref">Task</span>&lt;<span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a>&gt;&gt;</td>
<td><p>A task whose result is an <span class="xref">System.Collections.Generic.IEnumerable&lt;T&gt;</span> of <a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a> instances, representing all found devices.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1234,8 +1234,8 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">Task</span>&lt;<span class="xref">IEnumerable</span>&lt;<a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a>&gt;&gt;</td>
<td><p>A task whose result is an <see cref="!:IEnumerable&lt;T>"></see> of <a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a> instances, representing all found devices.</p>
<td><span class="xref">Task</span>&lt;<span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a>&gt;&gt;</td>
<td><p>A task whose result is an <span class="xref">System.Collections.Generic.IEnumerable&lt;T&gt;</span> of <a class="xref" href="Rssdp.DiscoveredSsdpDevice.html">DiscoveredSsdpDevice</a> instances, representing all found devices.</p>
</td>
</tr>
</tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ <h5 class="exceptions">Exceptions</h5>
</table>
<h5 id="Rssdp_Infrastructure_SsdpDeviceLocatorBase_StartListeningForNotifications_seealso">See Also</h5>
<div class="seealso">
<div><a class="xref" href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.StopListeningForNotifications.html#Rssdp_Infrastructure_SsdpDeviceLocatorBase_StopListeningForNotifications">StopListeningForNotifications()</a></div>
<div><a class="xref" href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.StopListeningForNotifications.html#Rssdp_Infrastructure_SsdpDeviceLocatorBase_StopListeningForNotifications">StopListeningForNotifications</a>()</div>
<div><a class="xref" href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.DeviceAvailable.html#Rssdp_Infrastructure_SsdpDeviceLocatorBase_DeviceAvailable">DeviceAvailable</a></div>
<div><a class="xref" href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.DeviceUnavailable.html#Rssdp_Infrastructure_SsdpDeviceLocatorBase_DeviceUnavailable">DeviceUnavailable</a></div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ <h5 class="exceptions">Exceptions</h5>
</table>
<h5 id="Rssdp_Infrastructure_SsdpDeviceLocatorBase_StopListeningForNotifications_seealso">See Also</h5>
<div class="seealso">
<div><a class="xref" href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.StartListeningForNotifications.html#Rssdp_Infrastructure_SsdpDeviceLocatorBase_StartListeningForNotifications">StartListeningForNotifications()</a></div>
<div><a class="xref" href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.StartListeningForNotifications.html#Rssdp_Infrastructure_SsdpDeviceLocatorBase_StartListeningForNotifications">StartListeningForNotifications</a>()</div>
<div><a class="xref" href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.DeviceAvailable.html#Rssdp_Infrastructure_SsdpDeviceLocatorBase_DeviceAvailable">DeviceAvailable</a></div>
<div><a class="xref" href="Rssdp.Infrastructure.SsdpDeviceLocatorBase.DeviceUnavailable.html#Rssdp_Infrastructure_SsdpDeviceLocatorBase_DeviceUnavailable">DeviceUnavailable</a></div>
</div>
Expand Down
1 change: 1 addition & 0 deletions docs/api/Rssdp.Infrastructure.SsdpDeviceLocatorBase.html
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@ <h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><a class="xref" href="Rssdp.Infrastructure.DisposableManagedObjectBase.html">DisposableManagedObjectBase</a></div>
<div class="level2"><span class="xref">SsdpDeviceLocatorBase</span></div>
<div class="level3"><a class="xref" href="Rssdp.SsdpDeviceLocator.html">SsdpDeviceLocator</a></div>
</div>
<div classs="implements">
<h5>Implements</h5>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1091,11 +1091,13 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="Rssdp.SsdpRootDevice.html">SsdpRootDevice</a>&gt;</td>
<td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<a class="xref" href="Rssdp.SsdpRootDevice.html">SsdpRootDevice</a>&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="implements">Implements</h5>
<div><a class="xref" href="Rssdp.Infrastructure.ISsdpDevicePublisher.Devices.html#Rssdp_Infrastructure_ISsdpDevicePublisher_Devices">ISsdpDevicePublisher.Devices</a></div>
</article>
</div>

Expand Down
1 change: 1 addition & 0 deletions docs/api/Rssdp.Infrastructure.SsdpDevicePublisherBase.html
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,7 @@ <h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><a class="xref" href="Rssdp.Infrastructure.DisposableManagedObjectBase.html">DisposableManagedObjectBase</a></div>
<div class="level2"><span class="xref">SsdpDevicePublisherBase</span></div>
<div class="level3"><a class="xref" href="Rssdp.SsdpDevicePublisher.html">SsdpDevicePublisher</a></div>
</div>
<div classs="implements">
<h5>Implements</h5>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1109,12 +1109,14 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A non-null enumerable set of strings, empty if there are no validation errors, otherwise each string represents a discrete problem.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="implements">Implements</h5>
<div><a class="xref" href="Rssdp.Infrastructure.IUpnpDeviceValidator.GetValidationErrors.html#Rssdp_Infrastructure_IUpnpDeviceValidator_GetValidationErrors_Rssdp_SsdpRootDevice_">IUpnpDeviceValidator.GetValidationErrors(SsdpRootDevice)</a></div>
<h5 id="Rssdp_Infrastructure_Upnp10DeviceValidator_GetValidationErrors_Rssdp_SsdpRootDevice__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If no errors are found, an empty (but non-null) enumerable is returned.</p>
</div>
Expand Down Expand Up @@ -1173,12 +1175,14 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A non-null enumerable set of strings, empty if there are no validation errors, otherwise each string represents a discrete problem.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="implements">Implements</h5>
<div><a class="xref" href="Rssdp.Infrastructure.IUpnpDeviceValidator.GetValidationErrors.html#Rssdp_Infrastructure_IUpnpDeviceValidator_GetValidationErrors_Rssdp_SsdpDevice_">IUpnpDeviceValidator.GetValidationErrors(SsdpDevice)</a></div>
<h5 id="Rssdp_Infrastructure_Upnp10DeviceValidator_GetValidationErrors_Rssdp_SsdpDevice__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If no errors are found, an empty (but non-null) enumerable is returned.</p>
</div>
Expand Down
18 changes: 9 additions & 9 deletions docs/api/Rssdp.SocketFactory.CreateUdpMulticastSocket.html
Original file line number Diff line number Diff line change
Expand Up @@ -1114,8 +1114,8 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IUdpSocket</span></td>
<td><p>An implementation of the <see cref="!:IUdpSocket"></see> interface used by RSSDP components to perform socket operations.</p>
<td><a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a></td>
<td><p>An implementation of the <a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a> interface used by RSSDP components to perform socket operations.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1164,8 +1164,8 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IUdpSocket</span></td>
<td><p>An implementation of the <see cref="!:IUdpSocket"></see> interface used by RSSDP components to perform socket operations.</p>
<td><a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a></td>
<td><p>An implementation of the <a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a> interface used by RSSDP components to perform socket operations.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1221,7 +1221,7 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IUdpSocket</span></td>
<td><a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -1270,8 +1270,8 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IUdpSocket</span></td>
<td><p>An implementation of the <see cref="!:IUdpSocket"></see> interface used by RSSDP components to perform socket operations.</p>
<td><a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a></td>
<td><p>An implementation of the <a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a> interface used by RSSDP components to perform socket operations.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1320,8 +1320,8 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IUdpSocket</span></td>
<td><p>An implementation of the <see cref="!:IUdpSocket"></see> interface used by RSSDP components to perform socket operations.</p>
<td><a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a></td>
<td><p>An implementation of the <a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a> interface used by RSSDP components to perform socket operations.</p>
</td>
</tr>
</tbody>
Expand Down
16 changes: 8 additions & 8 deletions docs/api/Rssdp.SocketFactory.CreateUdpSocket.html
Original file line number Diff line number Diff line change
Expand Up @@ -1109,8 +1109,8 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IUdpSocket</span></td>
<td><p>An implementation of the <see cref="!:IUdpSocket"></see> interface used by RSSDP components to perform socket operations.</p>
<td><a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a></td>
<td><p>An implementation of the <a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a> interface used by RSSDP components to perform socket operations.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1154,8 +1154,8 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IUdpSocket</span></td>
<td><p>An implementation of the <see cref="!:IUdpSocket"></see> interface used by RSSDP components to perform socket operations.</p>
<td><a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a></td>
<td><p>An implementation of the <a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a> interface used by RSSDP components to perform socket operations.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1199,8 +1199,8 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IUdpSocket</span></td>
<td><p>An implementation of the <see cref="!:IUdpSocket"></see> interface used by RSSDP components to perform socket operations.</p>
<td><a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a></td>
<td><p>An implementation of the <a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a> interface used by RSSDP components to perform socket operations.</p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -1244,8 +1244,8 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IUdpSocket</span></td>
<td><p>An implementation of the <see cref="!:IUdpSocket"></see> interface used by RSSDP components to perform socket operations.</p>
<td><a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a></td>
<td><p>An implementation of the <a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a> interface used by RSSDP components to perform socket operations.</p>
</td>
</tr>
</tbody>
Expand Down
30 changes: 27 additions & 3 deletions docs/api/Rssdp.SocketFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@

<h1 id="Rssdp_SocketFactory" data-uid="Rssdp.SocketFactory" class="text-break">Class SocketFactory
</h1>
<div class="markdown level0 summary"><p>Used by RSSDP components to create implementations of the <see cref="!:IUdpSocket"></see> interface, to perform platform agnostic socket communications.</p>
<div class="markdown level0 summary"><p>Used by RSSDP components to create implementations of the <a class="xref" href="Rssdp.Infrastructure.IUdpSocket.html">IUdpSocket</a> interface, to perform platform agnostic socket communications.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
Expand All @@ -1078,13 +1078,37 @@ <h5>Inheritance</h5>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">ISocketFactory</span></div>
<div><a class="xref" href="Rssdp.Infrastructure.ISocketFactory.html">ISocketFactory</a></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.ToString()</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Rssdp.html">Rssdp</a></h6>
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
<h5 id="Rssdp_SocketFactory_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public sealed class SocketFactory : ISocketFactory, ISocketFactory</code></pre>
<pre><code class="lang-csharp hljs">public sealed class SocketFactory : ISocketFactory</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/Rssdp.SsdpDevice.Devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<a class="xref" href="Rssdp.SsdpDevice.html">SsdpDevice</a>&gt;</td>
<td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<a class="xref" href="Rssdp.SsdpDevice.html">SsdpDevice</a>&gt;</td>
<td></td>
</tr>
</tbody>
Expand Down
Loading

0 comments on commit b73a214

Please sign in to comment.