Skip to content

HttpListener.IsSupported always returns true #4072

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 12, 2020
Merged
Changes from all commits
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>
<see langword="true" /> on all 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