Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions xml/System.Net/HttpListener.xml
Original file line number Diff line number Diff line change
Expand Up @@ -965,15 +965,10 @@ The following code example demonstrates calling the `Close` method:
<Docs>
<summary>Gets a value that indicates whether <see cref="T:System.Net.HttpListener" /> can be used with the current operating system.</summary>
<value>
<see langword="true" /> if <see cref="T:System.Net.HttpListener" /> is supported; otherwise, <see langword="false" />.</value>
Returns <see langword="true" /> on all supported platforms.</value>
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
This class is available only on computers running the Windows XP SP2 or Windows Server 2003 operating systems.



## Examples
The following code example demonstrates the use of the <xref:System.Net.HttpListener.IsSupported%2A> property to detect whether an <xref:System.Net.HttpListener> object can be used with the current operating system.

Expand Down