Skip to content

Commit 164fa24

Browse files
nxtngewarren
andauthored
HttpListener.IsSupported always returns true (#4072)
* HttpListener.IsSupported always returns true * Apply suggestions from code review Co-Authored-By: Genevieve Warren <[email protected]>
1 parent 5e0c024 commit 164fa24

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

xml/System.Net/HttpListener.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -965,15 +965,10 @@ The following code example demonstrates calling the `Close` method:
965965
<Docs>
966966
<summary>Gets a value that indicates whether <see cref="T:System.Net.HttpListener" /> can be used with the current operating system.</summary>
967967
<value>
968-
<see langword="true" /> if <see cref="T:System.Net.HttpListener" /> is supported; otherwise, <see langword="false" />.</value>
968+
<see langword="true" /> on all platforms.</value>
969969
<remarks>
970970
<format type="text/markdown"><![CDATA[
971971
972-
## Remarks
973-
This class is available only on computers running the Windows XP SP2 or Windows Server 2003 operating systems.
974-
975-
976-
977972
## Examples
978973
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.
979974

0 commit comments

Comments
 (0)