diff --git a/xml/System.Net.Http/HttpRequestException.xml b/xml/System.Net.Http/HttpRequestException.xml
index 4b7386ddd5c..ba5049fd81e 100644
--- a/xml/System.Net.Http/HttpRequestException.xml
+++ b/xml/System.Net.Http/HttpRequestException.xml
@@ -165,11 +165,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ A message that describes the current exception.
+ The inner exception.
+ The HTTP status code.
+ Initializes a new instance of the class with a specific message that describes the current exception, an inner exception, and an HTTP status code.
@@ -191,9 +190,9 @@
System.Nullable<System.Net.HttpStatusCode>
- To be added.
- To be added.
- To be added.
+ Gets the HTTP status code to be returned with the exception.
+ An HTTP status code if the exception represents a non-successful result, otherwise null.
+ This property was introduced in .NET 5.0.
diff --git a/xml/System.Net.Mime/MediaTypeNames+Application.xml b/xml/System.Net.Mime/MediaTypeNames+Application.xml
index 5bdb6e1d8be..bc99cb19102 100644
--- a/xml/System.Net.Mime/MediaTypeNames+Application.xml
+++ b/xml/System.Net.Mime/MediaTypeNames+Application.xml
@@ -64,7 +64,7 @@
System.String
- To be added.
+ Specifies that the data is in JSON format.
To be added.
@@ -233,7 +233,7 @@
System.String
- To be added.
+ Specifies that the data is in XML format.
To be added.
diff --git a/xml/System.Net.Security/ServerCertificateSelectionCallback.xml b/xml/System.Net.Security/ServerCertificateSelectionCallback.xml
index 45edaee2e91..3123ea9dea1 100644
--- a/xml/System.Net.Security/ServerCertificateSelectionCallback.xml
+++ b/xml/System.Net.Security/ServerCertificateSelectionCallback.xml
@@ -29,10 +29,20 @@
System.Security.Cryptography.X509Certificates.X509Certificate
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ A object.
+ The host name requested by the client. If the client doesn't use the host_name TLS extension, the is an empty string.
+ Selects the server Secure Sockets Layer (SSL) certificate.
+ An used for establishing an SSL connection.
+
+ class. The class is used to help secure information exchanged between a client and server.
+
+ ]]>
+
diff --git a/xml/System.Net/WebHeaderCollection.xml b/xml/System.Net/WebHeaderCollection.xml
index df3c531123d..137ac665ed3 100644
--- a/xml/System.Net/WebHeaderCollection.xml
+++ b/xml/System.Net/WebHeaderCollection.xml
@@ -1448,49 +1448,7 @@
The length of is greater than 65535.
This instance does not allow instances of .
-
-
-
-
-
-
-
-
- Property
-
- System.Net.WebHeaderCollection
- 4.0.0.0
- 4.1.0.0
- 4.1.1.0
- 4.1.2.0
- 5.0.0.0
-
-
- System.Net.Requests
-
-
- netstandard
- 2.1.0.0
-
-
- System
-
-
- System.Net
-
-
- System.String
-
-
-
-
-
- To be added.
- To be added.
- To be added.
- To be added.
-
-
+
@@ -1997,8 +1955,8 @@
- To be added.
- To be added.
+ Returns an enumerator that can iterate through the instance.
+ An for the .
To be added.