You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Net/HttpListener.xml
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -965,15 +965,10 @@ The following code example demonstrates calling the `Close` method:
965
965
<Docs>
966
966
<summary>Gets a value that indicates whether <seecref="T:System.Net.HttpListener" /> can be used with the current operating system.</summary>
967
967
<value>
968
-
<seelangword="true" /> if <seecref="T:System.Net.HttpListener" /> is supported; otherwise, <seelangword="false" />.</value>
968
+
<seelangword="true" /> on all platforms.</value>
969
969
<remarks>
970
970
<formattype="text/markdown"><![CDATA[
971
971
972
-
## Remarks
973
-
This class is available only on computers running the Windows XP SP2 or Windows Server 2003 operating systems.
974
-
975
-
976
-
977
972
## Examples
978
973
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.
0 commit comments