From a5ae7c9debc4d9d98fff995fc69e42c059d4e3e4 Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Fri, 26 Jun 2026 15:44:48 -0700
Subject: [PATCH 1/4] add MemberGroup descriptions
---
.../HttpClientJsonExtensions.xml | 40 ++
.../HttpContentJsonExtensions.xml | 15 +
xml/System.Net.Http.Json/JsonContent.xml | 10 +
xml/System.Net.Http/ByteArrayContent.xml | 5 +
xml/System.Net.Http/HttpClient.xml | 10 +
xml/System.Net.Http/HttpContent.xml | 20 +
xml/System.Net.Http/MultipartContent.xml | 10 +
xml/System.Net.Http/StreamContent.xml | 5 +
xml/System.Net.Mail/MailAddress.xml | 5 +
.../PhysicalAddress.xml | 10 +
xml/System.Net.NetworkInformation/Ping.xml | 5 +
xml/System.Net.Quic/QuicStream.xml | 20 +
.../NegotiateAuthentication.xml | 10 +
xml/System.Net.Security/NegotiateStream.xml | 10 +
.../SslApplicationProtocol.xml | 10 +
xml/System.Net.Security/SslStream.xml | 15 +
.../SslStreamCertificateContext.xml | 5 +
.../IPPacketInformation.xml | 5 +
xml/System.Net.Sockets/NetworkStream.xml | 25 +
xml/System.Net.Sockets/SafeSocketHandle.xml | 5 +
xml/System.Net.Sockets/Socket.xml | 60 ++
.../SocketAsyncEventArgs.xml | 5 +
.../SocketTaskExtensions.xml | 20 +
xml/System.Net.Sockets/TcpClient.xml | 5 +
xml/System.Net.Sockets/TcpListener.xml | 10 +
xml/System.Net.Sockets/UdpClient.xml | 10 +
xml/System.Net.WebSockets/ClientWebSocket.xml | 15 +
xml/System.Net.WebSockets/WebSocket.xml | 15 +
xml/System.Net.WebSockets/WebSocketStream.xml | 5 +
xml/System.Net/Dns.xml | 10 +
xml/System.Net/IPAddress.xml | 15 +
xml/System.Net/IPEndPoint.xml | 4 +-
xml/System.Net/IPNetwork.xml | 20 +
xml/System.Net/SocketAddress.xml | 5 +
xml/System.Numerics.Colors/Argb`1.xml | 5 +
xml/System.Numerics.Colors/Rgba`1.xml | 5 +
.../IReadOnlyTensor`2.xml | 20 +
xml/System.Numerics.Tensors/ITensor`2.xml | 15 +
.../ReadOnlyTensorSpan`1.xml | 15 +
...gt;$11ECEC3835A71DB7BDDB2EA6F4E3B0EA`1.xml | 5 +
...gt;$2A4286E6AF1C038195D63DA56E1CFB07`1.xml | 5 +
...gt;$5C653C742CCA06FEB22BE55E4C352ED5`1.xml | 5 +
...gt;$650F30A31A40FB5CC3043AFCE35209D3`1.xml | 15 +
...gt;$72B9B4120A764E0A07B9794EF88815C1`1.xml | 5 +
...gt;$A3CEAD6D0793576ACF1EABBD275E177F`1.xml | 5 +
...gt;$C73EBF61CD0A1187D8FDBF1BBD2D8347`1.xml | 5 +
...gt;$D9E4183FC275B9B07CFB3981C6D65D2E`1.xml | 15 +
...gt;$DA50153CC5845951E014FF4FE92B697B`1.xml | 5 +
...gt;$EE370FE0DCC484E8A0E26F357297EE8A`1.xml | 5 +
xml/System.Numerics.Tensors/Tensor.xml | 609 ++++++++++++++++++
.../TensorPrimitives.xml | 206 ++++++
xml/System.Numerics.Tensors/TensorSpan`1.xml | 21 +
xml/System.Numerics.Tensors/Tensor`1.xml | 25 +
xml/System.Numerics/BigInteger.xml | 15 +
xml/System.Numerics/BitOperations.xml | 45 ++
xml/System.Numerics/Complex.xml | 15 +
xml/System.Numerics/IBinaryInteger`1.xml | 25 +
xml/System.Numerics/IFloatingPoint`1.xml | 25 +
.../ILogarithmicFunctions`1.xml | 5 +
xml/System.Numerics/INumberBase`1.xml | 10 +
xml/System.Numerics/Matrix3x2.xml | 5 +
xml/System.Numerics/Matrix4x4.xml | 5 +
xml/System.Numerics/Plane.xml | 5 +
xml/System.Numerics/Quaternion.xml | 5 +
.../TotalOrderIeee754Comparer`1.xml | 10 +
xml/System.Numerics/Vector.xml | 160 +++++
xml/System.Numerics/Vector2.xml | 10 +
xml/System.Numerics/Vector3.xml | 10 +
xml/System.Numerics/Vector4.xml | 10 +
xml/System.Numerics/Vector`1.xml | 35 +
70 files changed, 1823 insertions(+), 2 deletions(-)
diff --git a/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml b/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
index 55263943408..f17f69866dc 100644
--- a/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
+++ b/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
@@ -32,6 +32,11 @@
To be added.
+
+
+ Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
+
+
@@ -400,6 +405,11 @@
The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
+
+
@@ -786,6 +796,11 @@
The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Sends an HTTP GETrequest to the specified and returns the value that results from deserializing the response body as JSON in an async enumerable operation.
+
+
@@ -1166,6 +1181,11 @@
The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
+
+
@@ -1554,6 +1574,11 @@ This method uses The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
+
+
@@ -1960,6 +1985,11 @@ This method uses The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Sends a PATCH request to the specified Uri containing the serialized as JSON in the request body.
+
+
@@ -2360,6 +2390,11 @@ This method uses The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Sends a POST request to the specified Uri containing the serialized as JSON in the request body.
+
+
@@ -2780,6 +2815,11 @@ This method uses The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Send a PUT request to the specified Uri containing the serialized as JSON in the request body.
+
+
diff --git a/xml/System.Net.Http.Json/HttpContentJsonExtensions.xml b/xml/System.Net.Http.Json/HttpContentJsonExtensions.xml
index 05d6454fe37..fbd17e09dbe 100644
--- a/xml/System.Net.Http.Json/HttpContentJsonExtensions.xml
+++ b/xml/System.Net.Http.Json/HttpContentJsonExtensions.xml
@@ -32,6 +32,11 @@
To be added.
+
+
+ Reads the HTTP content and returns the value that results from deserializing the content as JSON in an async enumerable operation.
+
+
@@ -201,6 +206,11 @@
The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.
+
+
@@ -353,6 +363,11 @@
The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.
+
+
diff --git a/xml/System.Net.Http.Json/JsonContent.xml b/xml/System.Net.Http.Json/JsonContent.xml
index 2d58220e405..bc6025e7997 100644
--- a/xml/System.Net.Http.Json/JsonContent.xml
+++ b/xml/System.Net.Http.Json/JsonContent.xml
@@ -32,6 +32,11 @@
To be added.
+
+
+ Creates a new instance of the class that will contain the serialized as JSON.
+
+
@@ -136,6 +141,11 @@
To be added.
+
+
+ Creates a new instance of the class that will contain the serialized as JSON.
+
+
diff --git a/xml/System.Net.Http/ByteArrayContent.xml b/xml/System.Net.Http/ByteArrayContent.xml
index 0d9eb1506e5..ba85807a3ff 100644
--- a/xml/System.Net.Http/ByteArrayContent.xml
+++ b/xml/System.Net.Http/ByteArrayContent.xml
@@ -296,6 +296,11 @@ The class does not internally copy the p
The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Serialize and write the byte array provided in the constructor to an HTTP content stream as an asynchronous operation.
+
+
diff --git a/xml/System.Net.Http/HttpClient.xml b/xml/System.Net.Http/HttpClient.xml
index df2d9d0d1ec..d038e1dd1f3 100644
--- a/xml/System.Net.Http/HttpClient.xml
+++ b/xml/System.Net.Http/HttpClient.xml
@@ -2531,6 +2531,11 @@ The size specified is greater than the maximum allowed buffer size.
The current instance has been disposed.
+
+
+ Sends a PATCH request as an asynchronous operation.
+
+
@@ -3385,6 +3390,11 @@ The request failed due to timeout.
The request failed due to timeout.
+
+
+ Sends an HTTP request.
+
+
diff --git a/xml/System.Net.Http/HttpContent.xml b/xml/System.Net.Http/HttpContent.xml
index 1c6c60e871b..32bc1652613 100644
--- a/xml/System.Net.Http/HttpContent.xml
+++ b/xml/System.Net.Http/HttpContent.xml
@@ -439,6 +439,11 @@ Once the operation completes, the returned memory stream represents the HTTP con
The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Serialize the HTTP content to a memory stream as an asynchronous operation.
+
+
@@ -863,6 +868,11 @@ When the `disposing` parameter is `true`, this method releases all resources hel
The object has already been disposed.
+
+
+ Serialize the HTTP content to a byte array as an asynchronous operation.
+
+
@@ -1161,6 +1171,11 @@ For example, when using , a method such as The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Serialize the HTTP content to a string as an asynchronous operation.
+
+
@@ -1302,6 +1317,11 @@ For example, when using , a method such as The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Serialize the HTTP content to a stream as an asynchronous operation.
+
+
diff --git a/xml/System.Net.Http/MultipartContent.xml b/xml/System.Net.Http/MultipartContent.xml
index 372d76b94c8..838e1d9732f 100644
--- a/xml/System.Net.Http/MultipartContent.xml
+++ b/xml/System.Net.Http/MultipartContent.xml
@@ -273,6 +273,11 @@ This method overrides The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Serializes the HTTP content to a stream using the multipart/* encoding as an asynchronous operation.
+
+
@@ -547,6 +552,11 @@ When the `disposing` parameter is `true`, this method releases all resources hel
The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Serialize the multipart HTTP content to a stream as an asynchronous operation.
+
+
diff --git a/xml/System.Net.Http/StreamContent.xml b/xml/System.Net.Http/StreamContent.xml
index 4b66adc21ca..f5409ca4b9e 100644
--- a/xml/System.Net.Http/StreamContent.xml
+++ b/xml/System.Net.Http/StreamContent.xml
@@ -323,6 +323,11 @@ When the `disposing` parameter is `true`, this method releases all resources hel
The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Serialize the HTTP content to a stream as an asynchronous operation.
+
+
diff --git a/xml/System.Net.Mail/MailAddress.xml b/xml/System.Net.Mail/MailAddress.xml
index 70b50eabc6f..e476d4b4cfe 100644
--- a/xml/System.Net.Mail/MailAddress.xml
+++ b/xml/System.Net.Mail/MailAddress.xml
@@ -686,6 +686,11 @@ The following code example displays the destination of an email message.
+
+
+ Create a new . Does not throw an exception if the object cannot be created.
+
+
diff --git a/xml/System.Net.NetworkInformation/PhysicalAddress.xml b/xml/System.Net.NetworkInformation/PhysicalAddress.xml
index 151e0a86851..172ff02613e 100644
--- a/xml/System.Net.NetworkInformation/PhysicalAddress.xml
+++ b/xml/System.Net.NetworkInformation/PhysicalAddress.xml
@@ -342,6 +342,11 @@
+
+
+ Parses the specified span and stores its contents as the address bytes of the returned by this method.
+
+
@@ -541,6 +546,11 @@
+
+
+ Tries to convert the span representation of a hardware address to a instance. A return value indicates whether the conversion succeeded.
+
+
diff --git a/xml/System.Net.NetworkInformation/Ping.xml b/xml/System.Net.NetworkInformation/Ping.xml
index 95d69921909..22c315881ac 100644
--- a/xml/System.Net.NetworkInformation/Ping.xml
+++ b/xml/System.Net.NetworkInformation/Ping.xml
@@ -163,6 +163,11 @@
+
+
+ Releases the unmanaged resources and disposes of the managed resources used by the .
+
+
diff --git a/xml/System.Net.Quic/QuicStream.xml b/xml/System.Net.Quic/QuicStream.xml
index 03be42a278d..e3f7f520991 100644
--- a/xml/System.Net.Quic/QuicStream.xml
+++ b/xml/System.Net.Quic/QuicStream.xml
@@ -613,6 +613,11 @@ Equivalent to using To be added.
+
+
+ When overridden in a derived class, reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
+
+
@@ -677,6 +682,11 @@ Equivalent to using
+
+
+ Asynchronously reads a sequence of bytes from the current stream, advances the position within the stream by the number of bytes read, and monitors cancellation requests.
+
+
@@ -938,6 +948,11 @@ Equivalent to using
+
+
+ When overridden in a derived class, writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
+
+
@@ -1000,6 +1015,11 @@ Equivalent to using
+
+
+ Asynchronously writes a sequence of bytes to the current stream, advances the current position within this stream by the number of bytes written, and monitors cancellation requests.
+
+
diff --git a/xml/System.Net.Security/NegotiateAuthentication.xml b/xml/System.Net.Security/NegotiateAuthentication.xml
index 37e5f430522..d052ec36065 100644
--- a/xml/System.Net.Security/NegotiateAuthentication.xml
+++ b/xml/System.Net.Security/NegotiateAuthentication.xml
@@ -26,6 +26,11 @@
To be added.
+
+
+ Initializes a new instance of the class.
+
+
@@ -143,6 +148,11 @@
To be added.
+
+
+ Evaluates an authentication token sent by the other party and returns a token in response.
+
+
diff --git a/xml/System.Net.Security/NegotiateStream.xml b/xml/System.Net.Security/NegotiateStream.xml
index 05d0d24b532..7063593e9bf 100644
--- a/xml/System.Net.Security/NegotiateStream.xml
+++ b/xml/System.Net.Security/NegotiateStream.xml
@@ -3906,6 +3906,11 @@ The following code example demonstrates reading from a A operation is already in progress.
+
+
+ Reads data asynchronously from this stream and stores it in the specified array.
+
+
@@ -4312,6 +4317,11 @@ The following code example demonstrates writing to a Authentication has not occurred.
+
+
+ Write asynchronously the specified number of s to the underlying stream.
+
+
diff --git a/xml/System.Net.Security/SslApplicationProtocol.xml b/xml/System.Net.Security/SslApplicationProtocol.xml
index 29d17d5c53d..3fa4da78942 100644
--- a/xml/System.Net.Security/SslApplicationProtocol.xml
+++ b/xml/System.Net.Security/SslApplicationProtocol.xml
@@ -68,6 +68,11 @@ The following code example demonstrates negotiation of the application-level pro
+
+
+ Initializes a new instance of the class.
+
+
@@ -134,6 +139,11 @@ The following code example demonstrates negotiation of the application-level pro
To be added.
+
+
+ Compares the to the specified object.
+
+
diff --git a/xml/System.Net.Security/SslStream.xml b/xml/System.Net.Security/SslStream.xml
index 112288fd375..4d928a9c9e6 100644
--- a/xml/System.Net.Security/SslStream.xml
+++ b/xml/System.Net.Security/SslStream.xml
@@ -4391,6 +4391,11 @@ This property gets the cipher suite that is going to be used in the communicatio
Getting the value of this property is not supported when the underlying stream is a .
+
+
+ Reads data from this stream and stores it in the specified array.
+
+
@@ -4506,6 +4511,11 @@ This property gets the cipher suite that is going to be used in the communicatio
Authentication has not occurred.
+
+
+ Asynchronously reads data from this stream and stores it in the specified memory range.
+
+
@@ -5264,6 +5274,11 @@ If the property is accessed, the remote certificate will not be disposed when th
Authentication has not occurred.
+
+
+ Asynchronously writes data to the underlying stream from a read-only byte memory range.
+
+
diff --git a/xml/System.Net.Security/SslStreamCertificateContext.xml b/xml/System.Net.Security/SslStreamCertificateContext.xml
index 117faee4279..090defadcb2 100644
--- a/xml/System.Net.Security/SslStreamCertificateContext.xml
+++ b/xml/System.Net.Security/SslStreamCertificateContext.xml
@@ -44,6 +44,11 @@ The can be used across mu
+
+
+ Attempts to build the certificate chain from the provided certificates.
+
+
diff --git a/xml/System.Net.Sockets/IPPacketInformation.xml b/xml/System.Net.Sockets/IPPacketInformation.xml
index 02310bbe403..9fe137834cb 100644
--- a/xml/System.Net.Sockets/IPPacketInformation.xml
+++ b/xml/System.Net.Sockets/IPPacketInformation.xml
@@ -104,6 +104,11 @@
To be added.
+
+
+ Returns a value that indicates whether this instance is equal to a specified object.
+
+
diff --git a/xml/System.Net.Sockets/NetworkStream.xml b/xml/System.Net.Sockets/NetworkStream.xml
index 5b436987c45..b45abbf036b 100644
--- a/xml/System.Net.Sockets/NetworkStream.xml
+++ b/xml/System.Net.Sockets/NetworkStream.xml
@@ -799,6 +799,11 @@
+
+
+ Closes the after waiting the specified time to allow data to be sent.
+
+
@@ -1401,6 +1406,11 @@ The Close method frees both unmanaged and managed resources associated with the
Any use of this property.
+
+
+ Reads data from the and stores it to a byte array.
+
+
@@ -1623,6 +1633,11 @@ There is a failure reading from the network.
+
+
+ Reads data from the and stores it in a byte memory range as an asynchronous operation.
+
+
@@ -2029,6 +2044,11 @@ There is a failure reading from the network.
+
+
+ Writes data to the from a read-only byte span.
+
+
@@ -2247,6 +2267,11 @@ There was a failure while writing to the network.
+
+
+ Writes data to the from the specified range of a byte array as an asynchronous operation.
+
+
diff --git a/xml/System.Net.Sockets/SafeSocketHandle.xml b/xml/System.Net.Sockets/SafeSocketHandle.xml
index ba72b93eff3..63b750dd84c 100644
--- a/xml/System.Net.Sockets/SafeSocketHandle.xml
+++ b/xml/System.Net.Sockets/SafeSocketHandle.xml
@@ -34,6 +34,11 @@
+
+
+ Initializes a new instance of the class.
+
+
diff --git a/xml/System.Net.Sockets/Socket.xml b/xml/System.Net.Sockets/Socket.xml
index bd24500ee6c..aa3779fa52a 100644
--- a/xml/System.Net.Sockets/Socket.xml
+++ b/xml/System.Net.Sockets/Socket.xml
@@ -418,6 +418,11 @@ This method populates the instance with data ga
+
+
+ Accepts an incoming connection.
+
+
@@ -4568,6 +4573,11 @@ This method populates the instance with data ga
An error occurred when attempting to access the socket.
+
+
+ Disconnects a connected socket from the remote host.
+
+
@@ -6831,6 +6841,11 @@ In general, the `GetSocketOption` method should be used whenever getting a The has been closed.
+
+
+ Places a in a listening state.
+
+
@@ -7275,6 +7290,11 @@ The maximum length of the pending connections queue is determined automatically.
To be added.
+
+
+ Determines the status of the .
+
+
@@ -8415,6 +8435,11 @@ If you're using a connectionless ,
+
+
+ Receives data from a connected socket.
+
+
@@ -9396,6 +9421,11 @@ If you're using a connectionless ,
+
+
+ Receives data and returns the endpoint of the sending host.
+
+
@@ -9727,6 +9757,11 @@ If you're using a connectionless , The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Receives the specified number of bytes of data into the specified location of the data buffer, using the specified , and stores the endpoint and packet information.
+
+
@@ -9897,6 +9932,11 @@ You must call the Bind method before performing this operation.
+
+
+ Receives data and returns additional information about the sender of the message.
+
+
@@ -10348,6 +10388,11 @@ You must call the Bind method before performing this operation.
+
+
+ Determines the status of one or more sockets.
+
+
@@ -11425,6 +11470,11 @@ If you're using a connection-oriented protocol,
+
+
+ Sends data on a connected socket.
+
+
@@ -12040,6 +12090,11 @@ If you're using a connection-oriented protocol, An error occurred when attempting to access the socket.
+
+
+ Sends the file to a connected object.
+
+
@@ -12821,6 +12876,11 @@ If you're using a connection-oriented protocol,
+
+
+ Sends data to the specified remote host.
+
+
diff --git a/xml/System.Net.Sockets/SocketAsyncEventArgs.xml b/xml/System.Net.Sockets/SocketAsyncEventArgs.xml
index 2cbb8e889d6..f8cd13836b0 100644
--- a/xml/System.Net.Sockets/SocketAsyncEventArgs.xml
+++ b/xml/System.Net.Sockets/SocketAsyncEventArgs.xml
@@ -102,6 +102,11 @@
+
+
+ Initializes a new instance of the class.
+
+
diff --git a/xml/System.Net.Sockets/SocketTaskExtensions.xml b/xml/System.Net.Sockets/SocketTaskExtensions.xml
index 6b5d72cd3cc..6ad34a3322d 100644
--- a/xml/System.Net.Sockets/SocketTaskExtensions.xml
+++ b/xml/System.Net.Sockets/SocketTaskExtensions.xml
@@ -57,6 +57,11 @@
To be added.
+
+
+ Performs an asynchronous operation on to accept an incoming connection attempt on the socket.
+
+
@@ -179,6 +184,11 @@
The has been closed.
+
+
+ Establishes a connection to a remote host.
+
+
@@ -663,6 +673,11 @@
The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Receives data from a connected socket.
+
+
@@ -990,6 +1005,11 @@
You must call the Bind method before performing this operation.
+
+
+ Sends data to a connected socket.
+
+
diff --git a/xml/System.Net.Sockets/TcpClient.xml b/xml/System.Net.Sockets/TcpClient.xml
index f23f70d54be..777395e2409 100644
--- a/xml/System.Net.Sockets/TcpClient.xml
+++ b/xml/System.Net.Sockets/TcpClient.xml
@@ -1755,6 +1755,11 @@ The `Available` property is a way to determine whether data is queued for readin
+
+
+ Releases the managed and unmanaged resources used by the .
+
+
diff --git a/xml/System.Net.Sockets/TcpListener.xml b/xml/System.Net.Sockets/TcpListener.xml
index 99c0093cbd6..d21dcda4363 100644
--- a/xml/System.Net.Sockets/TcpListener.xml
+++ b/xml/System.Net.Sockets/TcpListener.xml
@@ -359,6 +359,11 @@
+
+
+ Accepts a pending connection request as an asynchronous operation.
+
+
@@ -536,6 +541,11 @@
+
+
+ Accepts a pending connection request as an asynchronous operation.
+
+
diff --git a/xml/System.Net.Sockets/UdpClient.xml b/xml/System.Net.Sockets/UdpClient.xml
index 48c97f9b746..85f2e469933 100644
--- a/xml/System.Net.Sockets/UdpClient.xml
+++ b/xml/System.Net.Sockets/UdpClient.xml
@@ -1386,6 +1386,11 @@
+
+
+ Releases the managed and unmanaged resources used by the .
+
+
@@ -2416,6 +2421,11 @@
+
+
+ Returns a UDP datagram asynchronously that was sent by a remote host.
+
+
diff --git a/xml/System.Net.WebSockets/ClientWebSocket.xml b/xml/System.Net.WebSockets/ClientWebSocket.xml
index aadc03affd8..4f6bfc742a8 100644
--- a/xml/System.Net.WebSockets/ClientWebSocket.xml
+++ b/xml/System.Net.WebSockets/ClientWebSocket.xml
@@ -354,6 +354,11 @@ Exactly one send and one receive is supported on each To be added.
+
+
+ Connects to a WebSocket server as an asynchronous operation.
+
+
@@ -621,6 +626,11 @@ Exactly one send and one receive is supported on each To be added.
+
+
+ Receives data on as an asynchronous operation.
+
+
@@ -737,6 +747,11 @@ Exactly one send and one receive is supported on each The cancellation token was canceled. This exception is stored into the returned task.
+
+
+ Sends data on as an asynchronous operation.
+
+
diff --git a/xml/System.Net.WebSockets/WebSocket.xml b/xml/System.Net.WebSockets/WebSocket.xml
index fb6958da9da..828d8a70171 100644
--- a/xml/System.Net.WebSockets/WebSocket.xml
+++ b/xml/System.Net.WebSockets/WebSocket.xml
@@ -490,6 +490,11 @@ Exactly one send and one receive is supported on each
+
+
+ Creates a that operates on a representing a web socket connection.
+
+
@@ -800,6 +805,11 @@ Exactly one send and one receive is supported on each To be added.
+
+
+ Receives data from the connection asynchronously.
+
+
@@ -954,6 +964,11 @@ Exactly one send and one receive is supported on each
+
+
+ Sends data over the connection asynchronously.
+
+
diff --git a/xml/System.Net.WebSockets/WebSocketStream.xml b/xml/System.Net.WebSockets/WebSocketStream.xml
index 73ce89f5f65..b4c3a65e38f 100644
--- a/xml/System.Net.WebSockets/WebSocketStream.xml
+++ b/xml/System.Net.WebSockets/WebSocketStream.xml
@@ -192,6 +192,11 @@
+
+
+ Creates a that delegates to a wrapped .
+
+
diff --git a/xml/System.Net/Dns.xml b/xml/System.Net/Dns.xml
index 60abdddcd36..01cc970f201 100644
--- a/xml/System.Net/Dns.xml
+++ b/xml/System.Net/Dns.xml
@@ -765,6 +765,11 @@
Asynchronous Programming Overview
+
+
+ Returns the Internet Protocol (IP) addresses for the specified host.
+
+
@@ -875,6 +880,11 @@
To be added.
+
+
+ Returns the Internet Protocol (IP) addresses for the specified host as an asynchronous operation.
+
+
diff --git a/xml/System.Net/IPAddress.xml b/xml/System.Net/IPAddress.xml
index 87cf9ed72d1..29b0945cfa7 100644
--- a/xml/System.Net/IPAddress.xml
+++ b/xml/System.Net/IPAddress.xml
@@ -1989,6 +1989,11 @@
+
+
+ Parses a span of UTF-8 characters into a value.
+
+
@@ -2642,6 +2647,11 @@ The scope identifier is > 0x00000000FFFFFFFF
The address family is and the address is bad.
+
+
+ Tries to format the current IP address into the provided span.
+
+
@@ -2716,6 +2726,11 @@ The scope identifier is > 0x00000000FFFFFFFF
To be added.
+
+
+ Tries to parse a span of characters into a value.
+
+
diff --git a/xml/System.Net/IPEndPoint.xml b/xml/System.Net/IPEndPoint.xml
index d7bd58a40e3..23b471ea4ce 100644
--- a/xml/System.Net/IPEndPoint.xml
+++ b/xml/System.Net/IPEndPoint.xml
@@ -624,7 +624,7 @@
- To be added.
+ Converts an IP network endpoint (address and port) represented as a string or read-only span of characters to an instance.
- To be added.
+ Tries to convert an IP network endpoint (address and port) represented as a string or read-only span of characters to its equivalent, and returns a value that indicates whether the conversion succeeded.
The specified is .
+
+
+ Indicates whether the current object is equal to another object of the same type.
+
+
@@ -305,6 +310,11 @@
To be added.
+
+
+ Converts a CIDR character span to an instance.
+
+
@@ -767,6 +777,11 @@
To be added.
+
+
+ Attempts to write the 's CIDR notation to the given span and returns a value indicating whether the operation succeeded.
+
+
@@ -829,6 +844,11 @@
To be added.
+
+
+ Converts the specified CIDR string to an instance and returns a value indicating whether the conversion succeeded.
+
+
diff --git a/xml/System.Net/SocketAddress.xml b/xml/System.Net/SocketAddress.xml
index 1da9c8a028c..d166497acc2 100644
--- a/xml/System.Net/SocketAddress.xml
+++ b/xml/System.Net/SocketAddress.xml
@@ -214,6 +214,11 @@
The content of the buffer can be invalidated if is changed or if the instance is used in another receive call.
+
+
+ Indicates whether the current object is equal to another object of the same type.
+
+
diff --git a/xml/System.Numerics.Colors/Argb`1.xml b/xml/System.Numerics.Colors/Argb`1.xml
index e1372118cbb..d28c12255c3 100644
--- a/xml/System.Numerics.Colors/Argb`1.xml
+++ b/xml/System.Numerics.Colors/Argb`1.xml
@@ -38,6 +38,11 @@
To be added.
+
+
+ Initializes a new instance of the class.
+
+
diff --git a/xml/System.Numerics.Colors/Rgba`1.xml b/xml/System.Numerics.Colors/Rgba`1.xml
index 0152a04ba55..9b729830717 100644
--- a/xml/System.Numerics.Colors/Rgba`1.xml
+++ b/xml/System.Numerics.Colors/Rgba`1.xml
@@ -38,6 +38,11 @@
To be added.
+
+
+ Initializes a new instance of the class.
+
+
diff --git a/xml/System.Numerics.Tensors/IReadOnlyTensor`2.xml b/xml/System.Numerics.Tensors/IReadOnlyTensor`2.xml
index 1b8913e5c4c..a1667ee1e73 100644
--- a/xml/System.Numerics.Tensors/IReadOnlyTensor`2.xml
+++ b/xml/System.Numerics.Tensors/IReadOnlyTensor`2.xml
@@ -43,6 +43,11 @@
To be added.
+
+
+ Creates a new readonly tensor span over the tensor.
+
+
@@ -364,6 +369,11 @@
This method is intended to support .NET compilers and is not intended to be called by user code.
+
+
+ Return a span that starts at the specified index and contains the specified number of items.
+
+
@@ -597,6 +607,11 @@
+
+
+ Slices the tensor using the specified start indexes.
+
+
@@ -839,6 +854,11 @@
+
+
+ Tries to return a span that starts at the specified index and contains the specified number of items.
+
+
diff --git a/xml/System.Numerics.Tensors/ITensor`2.xml b/xml/System.Numerics.Tensors/ITensor`2.xml
index 756d70ca3e5..0ff878b3954 100644
--- a/xml/System.Numerics.Tensors/ITensor`2.xml
+++ b/xml/System.Numerics.Tensors/ITensor`2.xml
@@ -49,6 +49,11 @@
To be added.
+
+
+ Creates a new tensor span over the tensor.
+
+
@@ -206,6 +211,11 @@
To be added.
+
+
+ Creates a new tensor with the specified lengths.
+
+
@@ -301,6 +311,11 @@
+
+
+ Creates a new tensor with the specified lengths and strides.
+
+
diff --git a/xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml b/xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml
index 64574ba12d6..b92de37b484 100644
--- a/xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml
+++ b/xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml
@@ -67,6 +67,11 @@
To be added.
+
+
+ Initializes a new instance of the class.
+
+
@@ -1544,6 +1549,11 @@
+
+
+ Forms a slice out of the given span.
+
+
@@ -2055,6 +2065,11 @@
To be added.
+
+
+ Returns the string representation of the tensor.
+
+
diff --git a/xml/System.Numerics.Tensors/Tensor+<G>$11ECEC3835A71DB7BDDB2EA6F4E3B0EA`1.xml b/xml/System.Numerics.Tensors/Tensor+<G>$11ECEC3835A71DB7BDDB2EA6F4E3B0EA`1.xml
index 571f325dba1..be21650a913 100644
--- a/xml/System.Numerics.Tensors/Tensor+<G>$11ECEC3835A71DB7BDDB2EA6F4E3B0EA`1.xml
+++ b/xml/System.Numerics.Tensors/Tensor+<G>$11ECEC3835A71DB7BDDB2EA6F4E3B0EA`1.xml
@@ -29,6 +29,11 @@
To be added.
+
+
+ Performs element-wise division between two tensors.
+
+
diff --git a/xml/System.Numerics.Tensors/Tensor+<G>$2A4286E6AF1C038195D63DA56E1CFB07`1.xml b/xml/System.Numerics.Tensors/Tensor+<G>$2A4286E6AF1C038195D63DA56E1CFB07`1.xml
index 1fc8cc972bd..3d41877ad91 100644
--- a/xml/System.Numerics.Tensors/Tensor+<G>$2A4286E6AF1C038195D63DA56E1CFB07`1.xml
+++ b/xml/System.Numerics.Tensors/Tensor+<G>$2A4286E6AF1C038195D63DA56E1CFB07`1.xml
@@ -29,6 +29,11 @@
To be added.
+
+
+ Performs element-wise subtraction between two tensors.
+
+
diff --git a/xml/System.Numerics.Tensors/Tensor+<G>$5C653C742CCA06FEB22BE55E4C352ED5`1.xml b/xml/System.Numerics.Tensors/Tensor+<G>$5C653C742CCA06FEB22BE55E4C352ED5`1.xml
index dd52fff1038..73f69725f2f 100644
--- a/xml/System.Numerics.Tensors/Tensor+<G>$5C653C742CCA06FEB22BE55E4C352ED5`1.xml
+++ b/xml/System.Numerics.Tensors/Tensor+<G>$5C653C742CCA06FEB22BE55E4C352ED5`1.xml
@@ -175,6 +175,11 @@
+
+
+ Performs in-place element-wise division between two tensors.
+
+
diff --git a/xml/System.Numerics.Tensors/Tensor+<G>$650F30A31A40FB5CC3043AFCE35209D3`1.xml b/xml/System.Numerics.Tensors/Tensor+<G>$650F30A31A40FB5CC3043AFCE35209D3`1.xml
index 05b1b0cc734..47c33ce6773 100644
--- a/xml/System.Numerics.Tensors/Tensor+<G>$650F30A31A40FB5CC3043AFCE35209D3`1.xml
+++ b/xml/System.Numerics.Tensors/Tensor+<G>$650F30A31A40FB5CC3043AFCE35209D3`1.xml
@@ -175,6 +175,11 @@
+
+
+ Performs in-place bitwise-and between two tensors.
+
+
@@ -400,6 +405,11 @@
+
+
+ Performs in-place bitwise-or between two tensors.
+
+
@@ -625,6 +635,11 @@
+
+
+ Performs in-place exclusive-or between two tensors.
+
+
diff --git a/xml/System.Numerics.Tensors/Tensor+<G>$72B9B4120A764E0A07B9794EF88815C1`1.xml b/xml/System.Numerics.Tensors/Tensor+<G>$72B9B4120A764E0A07B9794EF88815C1`1.xml
index 287d70a9327..581c224d622 100644
--- a/xml/System.Numerics.Tensors/Tensor+<G>$72B9B4120A764E0A07B9794EF88815C1`1.xml
+++ b/xml/System.Numerics.Tensors/Tensor+<G>$72B9B4120A764E0A07B9794EF88815C1`1.xml
@@ -176,6 +176,11 @@
+
+
+ Performs in-place element-wise addition between two tensors.
+
+
diff --git a/xml/System.Numerics.Tensors/Tensor+<G>$A3CEAD6D0793576ACF1EABBD275E177F`1.xml b/xml/System.Numerics.Tensors/Tensor+<G>$A3CEAD6D0793576ACF1EABBD275E177F`1.xml
index 471e8af6747..e887a02bf85 100644
--- a/xml/System.Numerics.Tensors/Tensor+<G>$A3CEAD6D0793576ACF1EABBD275E177F`1.xml
+++ b/xml/System.Numerics.Tensors/Tensor+<G>$A3CEAD6D0793576ACF1EABBD275E177F`1.xml
@@ -175,6 +175,11 @@
+
+
+ Performs in-place element-wise subtraction between two tensors.
+
+
diff --git a/xml/System.Numerics.Tensors/Tensor+<G>$C73EBF61CD0A1187D8FDBF1BBD2D8347`1.xml b/xml/System.Numerics.Tensors/Tensor+<G>$C73EBF61CD0A1187D8FDBF1BBD2D8347`1.xml
index b60f4c88ee8..6d8d79edfaf 100644
--- a/xml/System.Numerics.Tensors/Tensor+<G>$C73EBF61CD0A1187D8FDBF1BBD2D8347`1.xml
+++ b/xml/System.Numerics.Tensors/Tensor+<G>$C73EBF61CD0A1187D8FDBF1BBD2D8347`1.xml
@@ -30,6 +30,11 @@
To be added.
+
+
+ Performs element-wise addition between two tensors.
+
+
diff --git a/xml/System.Numerics.Tensors/Tensor+<G>$D9E4183FC275B9B07CFB3981C6D65D2E`1.xml b/xml/System.Numerics.Tensors/Tensor+<G>$D9E4183FC275B9B07CFB3981C6D65D2E`1.xml
index c1d86e43a30..39508d10953 100644
--- a/xml/System.Numerics.Tensors/Tensor+<G>$D9E4183FC275B9B07CFB3981C6D65D2E`1.xml
+++ b/xml/System.Numerics.Tensors/Tensor+<G>$D9E4183FC275B9B07CFB3981C6D65D2E`1.xml
@@ -29,6 +29,11 @@
To be added.
+
+
+ Performs bitwise-and between two tensors.
+
+
@@ -173,6 +178,11 @@
The shapes of and are not compatible.
+
+
+ Performs bitwise-or between two tensors.
+
+
@@ -317,6 +327,11 @@
The shapes of and are not compatible.
+
+
+ Performs exclusive-or between two tensors.
+
+
diff --git a/xml/System.Numerics.Tensors/Tensor+<G>$DA50153CC5845951E014FF4FE92B697B`1.xml b/xml/System.Numerics.Tensors/Tensor+<G>$DA50153CC5845951E014FF4FE92B697B`1.xml
index 1d44a9a332c..6f1ba6ab2a5 100644
--- a/xml/System.Numerics.Tensors/Tensor+<G>$DA50153CC5845951E014FF4FE92B697B`1.xml
+++ b/xml/System.Numerics.Tensors/Tensor+<G>$DA50153CC5845951E014FF4FE92B697B`1.xml
@@ -30,6 +30,11 @@
To be added.
+
+
+ Performs in-place element-wise multiplication between two tensors.
+
+
diff --git a/xml/System.Numerics.Tensors/Tensor+<G>$EE370FE0DCC484E8A0E26F357297EE8A`1.xml b/xml/System.Numerics.Tensors/Tensor+<G>$EE370FE0DCC484E8A0E26F357297EE8A`1.xml
index b38ce1e23ad..f59cc8aef39 100644
--- a/xml/System.Numerics.Tensors/Tensor+<G>$EE370FE0DCC484E8A0E26F357297EE8A`1.xml
+++ b/xml/System.Numerics.Tensors/Tensor+<G>$EE370FE0DCC484E8A0E26F357297EE8A`1.xml
@@ -30,6 +30,11 @@
To be added.
+
+
+ Performs element-wise multiplication between two tensors.
+
+
diff --git a/xml/System.Numerics.Tensors/Tensor.xml b/xml/System.Numerics.Tensors/Tensor.xml
index 25faccab0db..d0d2dd53a28 100644
--- a/xml/System.Numerics.Tensors/Tensor.xml
+++ b/xml/System.Numerics.Tensors/Tensor.xml
@@ -30,6 +30,11 @@
To be added.
+
+
+ Takes the absolute value of each element of the and returns a new with the result.
+
+
@@ -155,6 +160,11 @@
To be added.
+
+
+ Takes the inverse cosine of each element of the and returns a new with the result.
+
+
@@ -280,6 +290,11 @@
To be added.
+
+
+ Takes the inverse hyperbolic cosine of each element of the and returns a new with the result.
+
+
@@ -405,6 +420,11 @@
To be added.
+
+
+ Takes the inverse hyperbolic cosine divided by pi of each element of the and returns a new with the result.
+
+
@@ -530,6 +550,11 @@
To be added.
+
+
+ Performs element-wise addition between two tensors.
+
+
@@ -825,6 +850,11 @@
The shapes of and are not compatible.
+
+
+ Takes the inverse sin of each element of the and returns a new with the result.
+
+
@@ -950,6 +980,11 @@
To be added.
+
+
+ Takes the inverse hyperbolic sine of each element of the and returns a new with the result.
+
+
@@ -1075,6 +1110,11 @@
To be added.
+
+
+ Takes the inverse hyperbolic sine divided by pi of each element of the and returns a new with the result.
+
+
@@ -1200,6 +1240,11 @@
To be added.
+
+
+ Extension method to more easily create a TensorSpan from an array.
+
+
@@ -1442,6 +1487,11 @@
+
+
+ Extension method to more easily create a TensorSpan from an array.
+
+
@@ -1684,6 +1734,11 @@
+
+
+ Takes the arc tangent of each element of the and returns a new with the result.
+
+
@@ -1809,6 +1864,11 @@
To be added.
+
+
+ Takes the arc tangent of the two input and returns a new with the result.
+
+
@@ -2234,6 +2294,11 @@
To be added.
+
+
+ Takes the arc tangent of the two input , divides each element by pi, and returns a new with the result.
+
+
@@ -2659,6 +2724,11 @@
To be added.
+
+
+ Takes the inverse hyperbolic tangent of each element of the and returns a new with the result.
+
+
@@ -2784,6 +2854,11 @@
To be added.
+
+
+ Takes the inverse hyperbolic tangent divided by pi of each element of the and returns a new with the result.
+
+
@@ -2966,6 +3041,11 @@
To be added.
+
+
+ Performs bitwise-and between two tensors.
+
+
@@ -3251,6 +3331,11 @@
The shapes of and are not compatible.
+
+
+ Performs bitwise-or between two tensors.
+
+
@@ -3536,6 +3621,11 @@
The shapes of and are not compatible.
+
+
+ Broadcast the data from to the smallest broadcastable shape compatible with . Creates a new and allocates new memory.
+
+
@@ -3677,6 +3767,11 @@
The shapes are not broadcast compatible.
+
+
+ Broadcast the data from to .
+
+
@@ -3835,6 +3930,11 @@
To be added.
+
+
+ Computes the element-wise cube root of the input and returns a new with the result.
+
+
@@ -3960,6 +4060,11 @@
To be added.
+
+
+ Computes the element-wise ceiling of the input and returns a new with the result.
+
+
@@ -4085,6 +4190,11 @@
To be added.
+
+
+ Join a sequence of tensors along an existing axis.
+
+
@@ -4203,6 +4313,11 @@
To be added.
+
+
+ Join a sequence of tensors along an existing axis.
+
+
@@ -4325,6 +4440,12 @@
To be added.
+
+
+ Copies to a new converting each
+ value to a value.
+
+
@@ -4486,6 +4607,12 @@
To be added.
+
+
+ Copies to a new converting each
+ value to a value.
+
+
@@ -4647,6 +4774,12 @@
To be added.
+
+
+ Copies to a new converting each
+ value to a value.
+
+
@@ -4808,6 +4941,11 @@
To be added.
+
+
+ Computes the element-wise result of copying the sign from one number to another number in the specified tensors and returns a new tensor with the result.
+
+
@@ -5098,6 +5236,11 @@
To be added.
+
+
+ Takes the cosine of each element of the and returns a new with the result.
+
+
@@ -5223,6 +5366,11 @@
To be added.
+
+
+ Takes the hyperbolic cosine of each element of the and returns a new with the result.
+
+
@@ -5413,6 +5561,11 @@
To be added.
+
+
+ Computes the element-wise cosine of the value in the specified tensor that has been multiplied by Pi and returns a new with the results.
+
+
@@ -6003,6 +6156,11 @@
+
+
+ Performs an decrement on a tensor.
+
+
@@ -6125,6 +6283,11 @@
The shapes of and are not compatible.
+
+
+ Computes the element-wise conversion of each number of degrees in the specified tensor to radians and returns a new tensor with the results.
+
+
@@ -6323,6 +6486,11 @@
To be added.
+
+
+ Performs element-wise division between two tensors.
+
+
@@ -6808,6 +6976,12 @@
To be added.
+
+
+ Compares the elements of two for equality. If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size
+ before they are compared. It returns a where the value is true if the elements are equal and false if they are not."/>
+
+
@@ -7087,6 +7261,13 @@
To be added.
+
+
+ Compares the elements of two to see if all elements of are equal to .
+ If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
+ It returns a where the value is true if all elements in are eqaul to .
+
+
@@ -7206,6 +7387,13 @@
To be added.
+
+
+ Compares the elements of two to see if any elements of are equal to .
+ If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
+ It returns a where the value is true if any elements in are equal to .
+
+
@@ -7325,6 +7513,11 @@
To be added.
+
+
+ Computes the element-wise result of raising e to the single-precision floating-point number powers in the specified tensor.
+
+
@@ -7450,6 +7643,11 @@
To be added.
+
+
+ Computes the element-wise result of raising 10 to the number powers in the specified tensor.
+
+
@@ -7575,6 +7773,11 @@
To be added.
+
+
+ Computes the element-wise result of raising 10 to the number powers in the specified tensor, minus one.
+
+
@@ -7696,6 +7899,11 @@
To be added.
+
+
+ Computes the element-wise result of raising 2 to the number powers in the specified tensor.
+
+
@@ -7817,6 +8025,11 @@
To be added.
+
+
+ Computes the element-wise result of raising 2 to the number powers in the specified tensor, minus one.
+
+
@@ -7938,6 +8151,11 @@
To be added.
+
+
+ Computes the element-wise result of raising e to the number powers in the specified tensor, minus 1.
+
+
@@ -8191,6 +8409,11 @@
To be added.
+
+
+ Updates the tensor with the where the is true.
+
+
@@ -8362,6 +8585,11 @@
To be added.
+
+
+ Computes the element-wise floor of numbers in the specified tensor.
+
+
@@ -8483,6 +8711,13 @@
To be added.
+
+
+ Compares to see which elements are greater than .
+ It returns a where the value is true if the elements in are greater than
+ and false if they are not."/>
+
+
@@ -8918,6 +9153,13 @@
To be added.
+
+
+ Compares the elements of two to see if all elements of are greater than .
+ If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
+ It returns a where the value is true if all elements in are greater than .
+
+
@@ -9094,6 +9336,13 @@
To be added.
+
+
+ Compares the elements of two to see if any elements of are greater than .
+ If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
+ It returns a where the value is true if any elements in are greater than .
+
+
@@ -9270,6 +9519,13 @@
To be added.
+
+
+ Compares to see which elements are greater than or equal to .
+ It returns a where the value is true if the elements in are greater than
+ and false if they are not."/>
+
+
@@ -9705,6 +9961,13 @@
To be added.
+
+
+ Compares the elements of two to see if all elements of are greater than .
+ If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
+ It returns a where the value is true if all elements in are greater than .
+
+
@@ -9881,6 +10144,13 @@
To be added.
+
+
+ Compares the elements of two to see if any elements of are greater than .
+ If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
+ It returns a where the value is true if any elements in are greater than .
+
+
@@ -10057,6 +10327,12 @@
To be added.
+
+
+ Computes the element-wise hypotenuse given values from two tensors representing the lengths of the shorter sides in a right-angled triangle.
+ If the shapes are not the same they are broadcast to the smallest compatible shape.
+
+
@@ -10214,6 +10490,11 @@
To be added.
+
+
+ Computes the element-wise remainder of the numbers in the specified tensors.
+
+
@@ -10627,6 +10908,11 @@
To be added.
+
+
+ Computes the element-wise integer logarithm of numbers in the specified tensor.
+
+
@@ -10740,6 +11026,11 @@
To be added.
+
+
+ Performs an increment on a tensor.
+
+
@@ -11056,6 +11347,11 @@
To be added.
+
+
+ Computes the element-wise leading zero count of numbers in the specified tensor.
+
+
@@ -11181,6 +11477,13 @@
To be added.
+
+
+ Compares the elements of a to see which elements are less than .
+ It returns a where the value is true if the elements in are less than
+ and false if they are not."/>
+
+
@@ -11616,6 +11919,13 @@
To be added.
+
+
+ Compares the elements of two to see if all elements of are less than .
+ If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
+ It returns a where the value is true if all elements in are less than .
+
+
@@ -11792,6 +12102,13 @@
To be added.
+
+
+ Compares the elements of two to see if any elements of are less than .
+ If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
+ It returns a where the value is true if any elements in are less than .
+
+
@@ -11968,6 +12285,13 @@
To be added.
+
+
+ Compares the elements of a to see which elements are less than .
+ It returns a where the value is true if the elements in are less than
+ and false if they are not."/>
+
+
@@ -12403,6 +12727,13 @@
To be added.
+
+
+ Compares the elements of two to see if all elements of are less than .
+ If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
+ It returns a where the value is true if all elements in are less than .
+
+
@@ -12579,6 +12910,13 @@
To be added.
+
+
+ Compares the elements of two to see if any elements of are less than .
+ If the shapes are not the same, the tensors are broadcasted to the smallest broadcastable size before they are compared.
+ It returns a where the value is true if any elements in are less than .
+
+
@@ -12755,6 +13093,11 @@
To be added.
+
+
+ Computes the element-wise logarithm of the numbers in a specified tensor to the specified base in another specified tensor.
+
+
@@ -13162,6 +13505,11 @@
To be added.
+
+
+ Takes the base 10 logarithm of each element of the and returns a new with the result.
+
+
@@ -13287,6 +13635,11 @@
To be added.
+
+
+ Takes the base 10 logarithm plus 1 of each element of the and returns a new with the result.
+
+
@@ -13412,6 +13765,11 @@
To be added.
+
+
+ Takes the base 2 logarithm of each element of the and returns a new with the result.
+
+
@@ -13537,6 +13895,11 @@
To be added.
+
+
+ Takes the base 2 logarithm plus 1 of each element of the and returns a new with the result.
+
+
@@ -13662,6 +14025,11 @@
To be added.
+
+
+ Takes the natural logarithm plus 1 of each element of the and returns a new with the result.
+
+
@@ -13787,6 +14155,11 @@
To be added.
+
+
+ Searches for the largest number in the specified tensor.
+
+
@@ -14123,6 +14496,11 @@
To be added.
+
+
+ Searches for the number with the largest magnitude in the specified tensor.
+
+
@@ -14459,6 +14837,11 @@
To be added.
+
+
+ Searches for the number with the largest magnitude in the specified tensor.
+
+
@@ -14795,6 +15178,11 @@
To be added.
+
+
+ Searches for the largest number in the specified tensor.
+
+
@@ -15131,6 +15519,11 @@
To be added.
+
+
+ Searches for the smallest number in the specified tensor.
+
+
@@ -15467,6 +15860,11 @@
To be added.
+
+
+ Searches for the number with the smallest magnitude in the specified tensor.
+
+
@@ -15803,6 +16201,11 @@
To be added.
+
+
+ Searches for the number with the smallest magnitude in the specified tensor.
+
+
@@ -16139,6 +16542,11 @@
To be added.
+
+
+ Searches for the smallest number in the specified tensor.
+
+
@@ -16475,6 +16883,11 @@
To be added.
+
+
+ Performs element-wise multiplication between two tensors.
+
+
@@ -16770,6 +17183,11 @@
The shapes of and are not compatible.
+
+
+ Performs element-wise unary negation on a tensor.
+
+
@@ -16948,6 +17366,11 @@
To be added.
+
+
+ Performs a one's complement on a tensor.
+
+
@@ -22413,6 +22836,11 @@
To be added.
+
+
+ Computes the element-wise population count of numbers in the specified tensor.
+
+
@@ -22534,6 +22962,11 @@
To be added.
+
+
+ Computes the element-wise power of a number in a specified tensor raised to a number in another specified tensors.
+
+
@@ -23002,6 +23435,11 @@
To be added.
+
+
+ Computes the element-wise conversion of each number of radians in the specified tensor to degrees.
+
+
@@ -23123,6 +23561,11 @@
To be added.
+
+
+ Computes the element-wise reciprocal of numbers in the specified tensor.
+
+
@@ -23244,6 +23687,13 @@
To be added.
+
+
+ Reshapes the tensor to the specified . If one of the lengths is -1, it will be calculated automatically.
+ Does not change the length of the underlying memory nor does it allocate new memory. If the new shape is not compatible with the old shape,
+ an exception is thrown.
+
+
@@ -23488,6 +23938,12 @@
To be added.
+
+
+ Copies the data from . If the final shape is smaller all data after that point is ignored.
+ If the final shape is bigger it is filled with 0s.
+
+
@@ -23668,6 +24124,11 @@
To be added.
+
+
+ Reverse the order of elements in the . The shape of the tensor is preserved, but the elements are reordered.
+
+
@@ -23786,6 +24247,12 @@
To be added.
+
+
+ Reverse the order of elements in the along the given axis. The shape of the tensor is preserved, but the elements are reordered.
+ defaults to -1 when not provided, which reverses the entire span.
+
+
@@ -23910,6 +24377,11 @@
To be added.
+
+
+ Computes the element-wise n-th root of the values in the specified tensor.
+
+
@@ -24035,6 +24507,11 @@
To be added.
+
+
+ Computes the element-wise rotation left of numbers in the specified tensor by the specified rotation amount.
+
+
@@ -24162,6 +24639,11 @@
Destination is too short.
+
+
+ Computes the element-wise rotation right of numbers in the specified tensor by the specified rotation amount.
+
+
@@ -24289,6 +24771,11 @@
Destination is too short.
+
+
+ Computes the element-wise rounding of the numbers in the specified tensor
+
+
@@ -24789,6 +25276,11 @@
To be added.
+
+
+ Determines whether two sequences are equal by comparing the elements using IEquatable{T}.Equals(T).
+
+
@@ -24923,6 +25415,11 @@
To be added.
+
+
+ Sets a slice of the given with the provided for the given
+
+
@@ -25078,6 +25575,11 @@
To be added.
+
+
+ Performs an element-wise left shift on a tensor.
+
+
@@ -25204,6 +25706,11 @@
The shapes of and are not compatible.
+
+
+ Performs an element-wise arithmetic right shift on a tensor.
+
+
@@ -25330,6 +25837,11 @@
The shapes of and are not compatible.
+
+
+ Performs an element-wise logical right shift on a tensor.
+
+
@@ -25456,6 +25968,11 @@
The shapes of and are not compatible.
+
+
+ Computes the element-wise sigmoid function on the specified non-empty tensor of numbers.
+
+
@@ -25577,6 +26094,11 @@
To be added.
+
+
+ Takes the sin of each element of the and returns a new with the result.
+
+
@@ -25702,6 +26224,11 @@
To be added.
+
+
+ Computes the element-wise hyperbolic sine of each radian angle in the specified tensor.
+
+
@@ -25823,6 +26350,11 @@
To be added.
+
+
+ Computes the element-wise sine of the value in the specified tensor that has been multiplied by Pi.
+
+
@@ -25944,6 +26476,11 @@
To be added.
+
+
+ Computes the softmax function over the specified non-empty tensor of numbers.
+
+
@@ -26123,6 +26660,11 @@
To be added.
+
+
+ Takes the square root of each element of the and returns a new with the result.
+
+
@@ -26248,6 +26790,11 @@
To be added.
+
+
+ Removes all dimensions of length one from the .
+
+
@@ -26390,6 +26937,12 @@
To be added.
+
+
+ Removes axis of length one from the for the given .
+ If the dimension is not of length one it will throw an exception.
+
+
@@ -26541,6 +27094,11 @@
To be added.
+
+
+ Join multiple along a new dimension that is added at position 0. All tensors must have the same shape.
+
+
@@ -26663,6 +27221,11 @@
To be added.
+
+
+ Join multiple along a new dimension. The axis parameter specifies the index of the new dimension. All tensors must have the same shape.
+
+
@@ -26838,6 +27401,11 @@
To be added.
+
+
+ Performs element-wise subtraction between two tensors.
+
+
@@ -27312,6 +27880,11 @@
To be added.
+
+
+ Computes the element-wise tangent of the value in the specified tensor.
+
+
@@ -27433,6 +28006,11 @@
To be added.
+
+
+ Computes the element-wise hyperbolic tangent of each radian angle in the specified tensor.
+
+
@@ -27554,6 +28132,11 @@
To be added.
+
+
+ Computes the element-wise tangent of the value in the specified tensor that has been multiplied by Pi.
+
+
@@ -27675,6 +28258,11 @@
To be added.
+
+
+ Computes the element-wise trailing zero count of numbers in the specified tensor.
+
+
@@ -27834,6 +28422,11 @@
To be added.
+
+
+ Computes the element-wise truncation of numbers in the specified tensor.
+
+
@@ -27955,6 +28548,12 @@
To be added.
+
+
+ Broadcast the data from to the smallest broadcastable shape compatible with and stores it in
+ If the shapes are not compatible, false is returned.
+
+
@@ -28122,6 +28721,11 @@
To be added.
+
+
+ Insert a new dimension of length 1 that will appear at the dimension position.
+
+
@@ -28270,6 +28874,11 @@
To be added.
+
+
+ Performs exclusive-or between two tensors.
+
+
diff --git a/xml/System.Numerics.Tensors/TensorPrimitives.xml b/xml/System.Numerics.Tensors/TensorPrimitives.xml
index 141d739f9e8..204d8f71ecf 100644
--- a/xml/System.Numerics.Tensors/TensorPrimitives.xml
+++ b/xml/System.Numerics.Tensors/TensorPrimitives.xml
@@ -301,6 +301,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise addition of single-precision floating-point numbers in the specified tensors.
+
+
@@ -375,6 +380,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise addition of numbers in the specified tensors.
+
+
@@ -514,6 +524,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise result of ( + ) * for the specified tensors.
+
+
@@ -631,6 +646,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise result of ( + ) * for the specified tensors.
+
+
@@ -1095,6 +1115,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise arc-tangent for the quotient of two values in the specified tensors.
+
+
@@ -1294,6 +1319,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise arc-tangent for the quotient of two values in the specified tensors and divides the result by Pi.
+
+
@@ -1770,6 +1800,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise bitwise AND of numbers in the specified tensors.
+
+
@@ -1895,6 +1930,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise bitwise OR of numbers in the specified tensors.
+
+
@@ -2128,6 +2168,12 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise result of clamping to within the inclusive range specified
+ by and for the specified tensors.
+
+
@@ -3010,6 +3056,11 @@
Destination is too short.
+
+
+ Computes the element-wise result of copying the sign from one number to another number in the specified tensors.
+
+
@@ -3701,6 +3752,11 @@
and must not be empty.
+
+
+ Computes the element-wise division of single-precision floating-point numbers in the specified tensors.
+
+
@@ -3775,6 +3831,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise division of numbers in the specified tensors.
+
+
@@ -3977,6 +4038,11 @@
is an integer type and an element in is equal to zero.
+
+
+ Computes the element-wise quotient and remainder of numbers in the specified tensors.
+
+
@@ -4773,6 +4839,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise result of ( * ) + for the specified tensors of numbers.
+
+
@@ -5180,6 +5251,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise remainder of the numbers in the specified tensors.
+
+
@@ -8216,6 +8292,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise linear interpolation between two values based on the given weight in the specified tensors of numbers.
+
+
@@ -8481,6 +8562,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise natural (base e) logarithm of numbers in the specified tensor.
+
+
@@ -9040,6 +9126,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Searches for the largest single-precision floating-point number in the specified tensor.
+
+
@@ -9117,6 +9208,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Searches for the largest number in the specified tensor.
+
+
@@ -9314,6 +9410,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Searches for the single-precision floating-point number with the largest magnitude in the specified tensor.
+
+
@@ -9386,6 +9487,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Searches for the number with the largest magnitude in the specified tensor.
+
+
@@ -9572,6 +9678,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Searches for the number with the largest magnitude in the specified tensor.
+
+
@@ -9772,6 +9883,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Searches for the largest number in the specified tensor.
+
+
@@ -9968,6 +10084,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Searches for the smallest single-precision floating-point number in the specified tensor.
+
+
@@ -10045,6 +10166,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Searches for the smallest number in the specified tensor.
+
+
@@ -10242,6 +10368,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Searches for the single-precision floating-point number with the smallest magnitude in the specified tensor.
+
+
@@ -10319,6 +10450,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Searches for the number with the smallest magnitude in the specified tensor.
+
+
@@ -10515,6 +10651,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Searches for the number with the smallest magnitude in the specified tensor.
+
+
@@ -10715,6 +10856,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Searches for the smallest number in the specified tensor.
+
+
@@ -10911,6 +11057,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise product of single-precision floating-point numbers in the specified tensors.
+
+
@@ -10986,6 +11137,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise product of numbers in the specified tensors.
+
+
@@ -11126,6 +11282,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise result of ( * ) + for the specified tensors of single-precision floating-point numbers.
+
+
@@ -11244,6 +11405,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise result of ( * ) + for the specified tensors of numbers.
+
+
@@ -11477,6 +11643,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise result of ( * ) + for the specified tensors of numbers.
+
+
@@ -11956,6 +12127,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the population count of all elements in the specified tensor.
+
+
@@ -12050,6 +12226,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise power of a number in a specified tensor raised to a number in another specified tensors.
+
+
@@ -12838,6 +13019,11 @@
is an integer type and an element in is equal to zero.
+
+
+ Computes the element-wise remainder of numbers in the specified tensors.
+
+
@@ -13208,6 +13394,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise rounding of the numbers in the specified tensor
+
+
@@ -14365,6 +14556,11 @@
Length of must be greater than zero.
+
+
+ Computes the element-wise difference between single-precision floating-point numbers in the specified tensors.
+
+
@@ -14439,6 +14635,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise difference between numbers in the specified tensors.
+
+
@@ -15265,6 +15466,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise XOR of numbers in the specified tensors.
+
+
diff --git a/xml/System.Numerics.Tensors/TensorSpan`1.xml b/xml/System.Numerics.Tensors/TensorSpan`1.xml
index e1195663be3..6b95ba46595 100644
--- a/xml/System.Numerics.Tensors/TensorSpan`1.xml
+++ b/xml/System.Numerics.Tensors/TensorSpan`1.xml
@@ -76,6 +76,11 @@
To be added.
+
+
+ Initializes a new instance of the class.
+
+
@@ -1577,6 +1582,11 @@
+
+
+ Defines an implicit conversion of an array to a tensor span.
+
+
@@ -1738,6 +1748,11 @@
+
+
+ Forms a slice out of the given span.
+
+
@@ -2787,6 +2802,12 @@
To be added.
+
+
+ For , returns a new instance of string that represents the characters pointed to by the span.
+ Otherwise, returns a with the name of the type and the number of elements.
+
+
diff --git a/xml/System.Numerics.Tensors/Tensor`1.xml b/xml/System.Numerics.Tensors/Tensor`1.xml
index e3659e6ca51..3ae1573ec14 100644
--- a/xml/System.Numerics.Tensors/Tensor`1.xml
+++ b/xml/System.Numerics.Tensors/Tensor`1.xml
@@ -59,6 +59,11 @@
To be added.
+
+
+ Converts this to a pointing to the same backing memory."/>
+
+
@@ -239,6 +244,11 @@
+
+
+ Converts this to a pointing to the same backing memory."/>
+
+
@@ -1111,6 +1121,11 @@
+
+
+ Defines an implicit conversion of an array to a tensor.
+
+
@@ -1227,6 +1242,11 @@
+
+
+ Forms a slice out of the given tensor
+
+
@@ -2202,6 +2222,11 @@
+
+
+ Creates a representation of the ."/>
+
+
diff --git a/xml/System.Numerics/BigInteger.xml b/xml/System.Numerics/BigInteger.xml
index e631a24ada3..d6dff0f468f 100644
--- a/xml/System.Numerics/BigInteger.xml
+++ b/xml/System.Numerics/BigInteger.xml
@@ -1754,6 +1754,11 @@ The individual bytes in the `value` array should be in little-endian order, from
+
+
+ Computes the quotient and remainder of two values.
+
+
@@ -11329,6 +11334,11 @@ The following example calls the To be added.
+
+
+ Converts a value to a byte array.
+
+
@@ -11857,6 +11867,11 @@ The integer value `33022` can be exported in four different arrays:
+
+
+ Formats this big integer instance into a span of characters.
+
+
diff --git a/xml/System.Numerics/BitOperations.xml b/xml/System.Numerics/BitOperations.xml
index 7d851edabb2..6cc24494a20 100644
--- a/xml/System.Numerics/BitOperations.xml
+++ b/xml/System.Numerics/BitOperations.xml
@@ -38,6 +38,11 @@
To be added.
+
+
+ Accumulates the CRC (Cyclic redundancy check) checksum.
+
+
@@ -194,6 +199,11 @@
To be added.
+
+
+ Determines whether the specified integral value is a power of 2.
+
+
@@ -414,6 +424,11 @@
To be added.
+
+
+ Counts the number of leading zero bits in an unsigned 32-bit integer mask.
+
+
@@ -552,6 +567,11 @@ This method is similar in behavior to the x86 instruction [LZCNT](xref:System.Ru
To be added.
+
+
+ Returns the integer (floor) log of the specified value, base 2.
+
+
@@ -691,6 +711,11 @@ Note that by convention, input value 0 returns 0 since Log(0) is undefined.
By convention, input value 0 returns 0 since log(0) is undefined.
+
+
+ Returns the population count (number of bits set) of a mask.
+
+
@@ -830,6 +855,11 @@ This method is similar in behavior to the x86 instruction [POPCNT](xref:System.R
To be added.
+
+
+ Rotates the specified value left by the specified number of bits.
+
+
@@ -976,6 +1006,11 @@ This method is similar in behavior to the x86 instruction ROL.
To be added.
+
+
+ Rotates the specified value right by the specified number of bits.
+
+
@@ -1122,6 +1157,11 @@ This method is similar in behavior to the x86 instruction ROR.
To be added.
+
+
+ Rounds the given integral value up to a power of 2.
+
+
@@ -1242,6 +1282,11 @@ If is 0 or the result overflows, returns 0.
To be added.
+
+
+ Counts the number of trailing zero bits in a 64-bit integer value mask.
+
+
diff --git a/xml/System.Numerics/Complex.xml b/xml/System.Numerics/Complex.xml
index 64c0d6a21c4..6596a3292c3 100644
--- a/xml/System.Numerics/Complex.xml
+++ b/xml/System.Numerics/Complex.xml
@@ -5128,6 +5128,11 @@ Languages that don't support custom operators can call the
+
+
+ Parses a string into a value.
+
+
@@ -7202,6 +7207,11 @@ Languages that support custom operators can use the Custom Numeric Format Strings
+
+
+ Tries to format the value of the current instance into the provided span of characters.
+
+
@@ -7324,6 +7334,11 @@ An implementation of this interface should produce the same string of characters
+
+
+ Tries to parse a string into a value.
+
+
diff --git a/xml/System.Numerics/IBinaryInteger`1.xml b/xml/System.Numerics/IBinaryInteger`1.xml
index 559caa755d3..eae606a4bd0 100644
--- a/xml/System.Numerics/IBinaryInteger`1.xml
+++ b/xml/System.Numerics/IBinaryInteger`1.xml
@@ -153,6 +153,11 @@
To be added.
+
+
+ Computes the quotient and remainder of two values.
+
+
@@ -370,6 +375,11 @@
To be added.
+
+
+ Reads a two's complement number from a given span, in big-endian format, and converts it to an instance of the current type.
+
+
@@ -480,6 +490,11 @@
is not representable by
+
+
+ Reads a two's complement number from a given span, in little-endian format, and converts it to an instance of the current type.
+
+
@@ -858,6 +873,11 @@
To be added.
+
+
+ Writes the current value, in big-endian format, to a given span.
+
+
@@ -947,6 +967,11 @@
To be added.
+
+
+ Writes the current value, in little-endian format, to a given span.
+
+
diff --git a/xml/System.Numerics/IFloatingPoint`1.xml b/xml/System.Numerics/IFloatingPoint`1.xml
index 9b8ac66b2c0..8edf55fac67 100644
--- a/xml/System.Numerics/IFloatingPoint`1.xml
+++ b/xml/System.Numerics/IFloatingPoint`1.xml
@@ -365,6 +365,11 @@
To be added.
+
+
+ Rounds a value to the nearest integer using the specified rounding mode.
+
+
@@ -646,6 +651,11 @@
To be added.
+
+
+ Writes the current exponent, in big-endian format, to a given span.
+
+
@@ -735,6 +745,11 @@
To be added.
+
+
+ Writes the current exponent, in little-endian format, to a given span.
+
+
@@ -824,6 +839,11 @@
To be added.
+
+
+ Writes the current significand, in big-endian format, to a given span.
+
+
@@ -913,6 +933,11 @@
To be added.
+
+
+ Writes the current significand, in little-endian format, to a given span.
+
+
diff --git a/xml/System.Numerics/ILogarithmicFunctions`1.xml b/xml/System.Numerics/ILogarithmicFunctions`1.xml
index 0d21d7f842a..a985159e024 100644
--- a/xml/System.Numerics/ILogarithmicFunctions`1.xml
+++ b/xml/System.Numerics/ILogarithmicFunctions`1.xml
@@ -100,6 +100,11 @@
To be added.
+
+
+ Computes the logarithm of a value in the specified base.
+
+
diff --git a/xml/System.Numerics/INumberBase`1.xml b/xml/System.Numerics/INumberBase`1.xml
index 8d4e10d6595..55b77484b69 100644
--- a/xml/System.Numerics/INumberBase`1.xml
+++ b/xml/System.Numerics/INumberBase`1.xml
@@ -1109,6 +1109,11 @@ For this method matches the IEEE
To be added.
+
+
+ Parses a string into a value.
+
+
@@ -1751,6 +1756,11 @@ For this method matches the IEEE
To be added.
+
+
+ Tries to parse a string into a value.
+
+
diff --git a/xml/System.Numerics/Matrix3x2.xml b/xml/System.Numerics/Matrix3x2.xml
index 8343b069b88..1f796e6c113 100644
--- a/xml/System.Numerics/Matrix3x2.xml
+++ b/xml/System.Numerics/Matrix3x2.xml
@@ -162,6 +162,11 @@
To be added.
+
+
+ Creates a from the specified rows.
+
+
diff --git a/xml/System.Numerics/Matrix4x4.xml b/xml/System.Numerics/Matrix4x4.xml
index 186974e4b5a..04307b2a8e6 100644
--- a/xml/System.Numerics/Matrix4x4.xml
+++ b/xml/System.Numerics/Matrix4x4.xml
@@ -242,6 +242,11 @@
To be added.
+
+
+ Creates a from the specified rows.
+
+
diff --git a/xml/System.Numerics/Plane.xml b/xml/System.Numerics/Plane.xml
index 67e69a28c02..bdaa570e0c6 100644
--- a/xml/System.Numerics/Plane.xml
+++ b/xml/System.Numerics/Plane.xml
@@ -207,6 +207,11 @@
To be added.
+
+
+ Creates a from a specified four-dimensional vector.
+
+
diff --git a/xml/System.Numerics/Quaternion.xml b/xml/System.Numerics/Quaternion.xml
index e37550caa3b..96b85bd5419 100644
--- a/xml/System.Numerics/Quaternion.xml
+++ b/xml/System.Numerics/Quaternion.xml
@@ -310,6 +310,11 @@ w = cos(theta/2)
To be added.
+
+
+ Creates a from the specified components.
+
+
diff --git a/xml/System.Numerics/TotalOrderIeee754Comparer`1.xml b/xml/System.Numerics/TotalOrderIeee754Comparer`1.xml
index a9d101d2583..b62ef604dac 100644
--- a/xml/System.Numerics/TotalOrderIeee754Comparer`1.xml
+++ b/xml/System.Numerics/TotalOrderIeee754Comparer`1.xml
@@ -90,6 +90,11 @@
totalOrder(x,y) is when the result of this method is less than or equal to 0.
+
+
+ Determines whether the specified numbers are equal.
+
+
@@ -200,6 +205,11 @@
This method returns when returns 0.
+
+
+ Returns the hash code for this instance.
+
+
diff --git a/xml/System.Numerics/Vector.xml b/xml/System.Numerics/Vector.xml
index 60f0a7cda98..92a1bd3d4e1 100644
--- a/xml/System.Numerics/Vector.xml
+++ b/xml/System.Numerics/Vector.xml
@@ -618,6 +618,11 @@
To be added.
+
+
+ Reinterprets a as a new .
+
+
@@ -679,6 +684,11 @@
To be added.
+
+
+ Reinterprets a as a new .
+
+
@@ -770,6 +780,11 @@
To be added.
+
+
+ Reinterprets a as a new .
+
+
@@ -894,6 +909,11 @@
To be added.
+
+
+ Converts a to a new with the new elements undefined.
+
+
@@ -1910,6 +1930,11 @@
To be added.
+
+
+ Returns a new vector whose elements are the smallest integral values that are greater than or equal to the given vector's elements.
+
+
@@ -2132,6 +2157,11 @@ Note that this method returns a instead of an integral type
+
+
+ Creates a new single-precision vector with elements selected between two specified single-precision source vectors based on an integral mask vector.
+
+
@@ -2306,6 +2336,11 @@ Note that this method returns a instead of an integral type
The returned vector is equivalent to ?: on a per-bit basis.
+
+
+ Converts a Vector<Int64> to a Vector<Double>.
+
+
@@ -2528,6 +2563,11 @@ Note that this method returns a instead of an integral type
To be added.
+
+
+ Converts a Vector<Int32> to a Vector<Single>.
+
+
@@ -2984,6 +3024,11 @@ Note that this method returns a instead of an integral type
+
+
+ Creates a new from a given readonly span.
+
+
@@ -3286,6 +3331,11 @@ Note that this method returns a instead of an integral type
+
+
+ Divides a vector by a scalar to compute the per-element quotient.
+
+
@@ -3490,6 +3540,11 @@ Note that this method returns a instead of an integral type
To be added.
+
+
+ Returns a new vector whose elements signal whether the elements in two specified long integer vectors are equal.
+
+
@@ -4045,6 +4100,11 @@ Note that this method returns a instead of an integral type
+
+
+ Returns a new vector whose elements are the largest integral values that are less than or equal to the given vector's elements.
+
+
@@ -4135,6 +4195,11 @@ Note that this method returns a instead of an integral type
+
+
+ Computes ( * ) + , rounded as one ternary operation.
+
+
@@ -4710,6 +4775,11 @@ Note that this method returns a instead of an integral type
The type of () is not supported.
+
+
+ Returns a new integral vector whose elements signal whether the elements in one integral vector are greater than their corresponding elements in a second integral vector.
+
+
@@ -5095,6 +5165,11 @@ Note that this method returns a instead of an integral type
To be added.
+
+
+ Returns a new integral vector whose elements signal whether the elements in one integral vector are greater than or equal to their corresponding elements in the second integral vector.
+
+
@@ -6390,6 +6465,11 @@ Note that this method returns a instead of an integral type
+
+
+ Performs a linear interpolation between two vectors based on the given weighting.
+
+
@@ -6458,6 +6538,11 @@ Note that this method returns a instead of an integral type
To be added.
+
+
+ Returns a new integral vector whose elements signal whether the elements in one integral vector are less than their corresponding elements in a second integral vector.
+
+
@@ -6843,6 +6928,11 @@ Note that this method returns a instead of an integral type
To be added.
+
+
+ Returns a new integral vector whose elements signal whether the elements in one integral vector are less than or equal to their corresponding elements in a second integral vector.
+
+
@@ -7390,6 +7480,11 @@ Note that this method returns a instead of an integral type
The type of () is not supported.
+
+
+ Loads a vector from the given source.
+
+
@@ -8238,6 +8333,11 @@ Note that this method returns a instead of an integral type
+
+
+ Returns a new vector whose values are the product of each pair of elements in two specified vectors.
+
+
@@ -8527,6 +8627,11 @@ Note that this method returns a instead of an integral type
+
+
+ Narrows two Vector<Int16> instances into one Vector<SByte>.
+
+
@@ -9558,6 +9663,11 @@ Note that this method returns a instead of an integral type
+
+
+ Shifts each element of a vector left by the specified amount.
+
+
@@ -9928,6 +10038,11 @@ Note that this method returns a instead of an integral type
To be added.
+
+
+ Shifts (signed) each element of a vector right by the specified amount.
+
+
@@ -10104,6 +10219,11 @@ Note that this method returns a instead of an integral type
To be added.
+
+
+ Shifts (unsigned) each element of a vector right by the specified amount.
+
+
@@ -10674,6 +10794,11 @@ Note that this method returns a instead of an integral type
To be added.
+
+
+ Stores a vector at the given destination.
+
+
@@ -10835,6 +10960,11 @@ Note that this method returns a instead of an integral type
The type of () is not supported.
+
+
+ Stores a vector at the given 8-byte aligned destination.
+
+
@@ -11002,6 +11132,11 @@ Note that this method returns a instead of an integral type
The type of () is not supported.
+
+
+ Stores a vector at the given 8-byte aligned destination.
+
+
@@ -11169,6 +11304,11 @@ Note that this method returns a instead of an integral type
The type of () is not supported.
+
+
+ Stores a vector at the given destination.
+
+
@@ -11373,6 +11513,11 @@ Note that this method returns a instead of an integral type
To be added.
+
+
+ Stores a vector at the given destination.
+
+
@@ -11871,6 +12016,11 @@ Note that this method returns a instead of an integral type
+
+
+ Widens a Vector<Byte> into two Vector<UInt16> instances.
+
+
@@ -12245,6 +12395,11 @@ Note that this method returns a instead of an integral type
To be added.
+
+
+ Widens the lower half of a into a .
+
+
@@ -12486,6 +12641,11 @@ Note that this method returns a instead of an integral type
To be added.
+
+
+ Widens the upper half of a into a .
+
+
diff --git a/xml/System.Numerics/Vector2.xml b/xml/System.Numerics/Vector2.xml
index 8520c545a5b..884bcbfed3a 100644
--- a/xml/System.Numerics/Vector2.xml
+++ b/xml/System.Numerics/Vector2.xml
@@ -968,6 +968,11 @@
+
+
+ Creates a vector whose elements have the specified values.
+
+
@@ -2733,6 +2738,11 @@
+
+
+ Performs a linear interpolation between two vectors based on the given weighting.
+
+
diff --git a/xml/System.Numerics/Vector3.xml b/xml/System.Numerics/Vector3.xml
index 553c2de5c29..bea5c70c737 100644
--- a/xml/System.Numerics/Vector3.xml
+++ b/xml/System.Numerics/Vector3.xml
@@ -1014,6 +1014,11 @@
+
+
+ Creates a vector whose elements have the specified values.
+
+
@@ -2825,6 +2830,11 @@
+
+
+ Performs a linear interpolation between two vectors based on the given weighting.
+
+
diff --git a/xml/System.Numerics/Vector4.xml b/xml/System.Numerics/Vector4.xml
index 5280a033c8f..33e470756f1 100644
--- a/xml/System.Numerics/Vector4.xml
+++ b/xml/System.Numerics/Vector4.xml
@@ -1061,6 +1061,11 @@
+
+
+ Creates a vector whose elements have the specified values.
+
+
@@ -2893,6 +2898,11 @@
+
+
+ Performs a linear interpolation between two vectors based on the given weighting.
+
+
diff --git a/xml/System.Numerics/Vector`1.xml b/xml/System.Numerics/Vector`1.xml
index 32cdaeb347c..f28cc8ce82e 100644
--- a/xml/System.Numerics/Vector`1.xml
+++ b/xml/System.Numerics/Vector`1.xml
@@ -469,6 +469,11 @@ The type `T` can be any of the following numeric types:
The type of the current instance () is not supported.
+
+
+ Copies the vector to the given span. .
+
+
@@ -732,6 +737,11 @@ The type `T` can be any of the following numeric types:
.NET 5 and later: Type is not supported.
+
+
+ Returns a value that indicates whether this instance is equal to a specified vector.
+
+
@@ -1296,6 +1306,11 @@ The type `T` can be any of the following numeric types:
.NET 5 and later: Type is not supported.
+
+
+ Divides the first vector by the second.
+
+
@@ -1553,6 +1568,11 @@ The type `T` can be any of the following numeric types:
.NET 5 and later: Type is not supported.
+
+
+ Reinterprets the bits of a source vector into a vector of native-sized integers.
+
+
@@ -2347,6 +2367,11 @@ The type `T` can be any of the following numeric types:
To be added.
+
+
+ Multiplies a vector by a specified scalar value.
+
+
@@ -2879,6 +2904,11 @@ The type `T` can be any of the following numeric types:
To be added.
+
+
+ Returns the string representation of this vector using default formatting.
+
+
@@ -3075,6 +3105,11 @@ The type `T` can be any of the following numeric types:
.NET 5 and later: Type is not supported.
+
+
+ Attempts to copy the vector to the given byte span.
+
+
From c426e40cb5a699d4a782095a0b541ace595fac5f Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Sat, 27 Jun 2026 08:50:21 -0700
Subject: [PATCH 2/4] Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---
xml/System.Net.Http.Json/HttpClientJsonExtensions.xml | 2 +-
xml/System.Net.Mail/MailAddress.xml | 2 +-
xml/System.Net.Sockets/SocketTaskExtensions.xml | 2 +-
xml/System.Numerics.Tensors/Tensor`1.xml | 6 +++---
xml/System.Numerics/Vector`1.xml | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml b/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
index f17f69866dc..5da69895e4e 100644
--- a/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
+++ b/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
@@ -798,7 +798,7 @@
- Sends an HTTP GETrequest to the specified and returns the value that results from deserializing the response body as JSON in an async enumerable operation.
+ Sends an HTTP GET request to the specified and returns the value that results from deserializing the response body as JSON in an async enumerable operation.
diff --git a/xml/System.Net.Mail/MailAddress.xml b/xml/System.Net.Mail/MailAddress.xml
index e476d4b4cfe..b0d75429949 100644
--- a/xml/System.Net.Mail/MailAddress.xml
+++ b/xml/System.Net.Mail/MailAddress.xml
@@ -688,7 +688,7 @@ The following code example displays the destination of an email message.
- Create a new . Does not throw an exception if the object cannot be created.
+ Creates a new . Does not throw an exception if the object cannot be created.
diff --git a/xml/System.Net.Sockets/SocketTaskExtensions.xml b/xml/System.Net.Sockets/SocketTaskExtensions.xml
index 6ad34a3322d..105979db1a9 100644
--- a/xml/System.Net.Sockets/SocketTaskExtensions.xml
+++ b/xml/System.Net.Sockets/SocketTaskExtensions.xml
@@ -59,7 +59,7 @@
- Performs an asynchronous operation on to accept an incoming connection attempt on the socket.
+ Performs an asynchronous operation to accept an incoming connection attempt on the socket.
diff --git a/xml/System.Numerics.Tensors/Tensor`1.xml b/xml/System.Numerics.Tensors/Tensor`1.xml
index 3ae1573ec14..14a5f64ad77 100644
--- a/xml/System.Numerics.Tensors/Tensor`1.xml
+++ b/xml/System.Numerics.Tensors/Tensor`1.xml
@@ -61,7 +61,7 @@
- Converts this to a pointing to the same backing memory."/>
+ Converts this to a pointing to the same backing memory.
@@ -246,7 +246,7 @@
- Converts this to a pointing to the same backing memory."/>
+ Converts this to a pointing to the same backing memory.
@@ -2224,7 +2224,7 @@
- Creates a representation of the ."/>
+ Creates a representation of the .
diff --git a/xml/System.Numerics/Vector`1.xml b/xml/System.Numerics/Vector`1.xml
index f28cc8ce82e..3be688119ea 100644
--- a/xml/System.Numerics/Vector`1.xml
+++ b/xml/System.Numerics/Vector`1.xml
@@ -471,7 +471,7 @@ The type `T` can be any of the following numeric types:
- Copies the vector to the given span. .
+ Copies the vector to the given span.
From 4daa2a53affcbb6beab8d387f20cf97949b77168 Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Mon, 29 Jun 2026 15:32:46 -0700
Subject: [PATCH 3/4] respond to feedback
---
.../ContentDispositionHeaderValue.xml | 12 +--
.../ContentRangeHeaderValue.xml | 2 +-
xml/System.Net.Http.Headers/HttpHeaders.xml | 2 +-
.../HttpClientJsonExtensions.xml | 14 +--
xml/System.Net.Http/ByteArrayContent.xml | 6 +-
.../ClientCertificateOption.xml | 2 +-
xml/System.Net.Http/FormUrlEncodedContent.xml | 12 +--
xml/System.Net.Http/HttpClient.xml | 86 +++++++++----------
xml/System.Net.Http/HttpClientHandler.xml | 2 -
xml/System.Net.Http/HttpContent.xml | 46 +++++-----
xml/System.Net.Http/HttpMessageHandler.xml | 2 +-
xml/System.Net.Http/HttpMessageInvoker.xml | 2 +-
xml/System.Net.Http/HttpMethod.xml | 2 +-
.../MessageProcessingHandler.xml | 2 +-
xml/System.Net.Http/MultipartContent.xml | 10 +--
.../MultipartFormDataContent.xml | 46 +++++-----
xml/System.Net.Http/StreamContent.xml | 6 +-
xml/System.Net.Http/StringContent.xml | 32 +++----
xml/System.Net.Mail/MailAddress.xml | 6 +-
xml/System.Net.Mail/MailAddressCollection.xml | 6 +-
xml/System.Net.Mail/SmtpClient.xml | 24 +++---
xml/System.Net.NetworkInformation/Ping.xml | 6 +-
.../PingOptions.xml | 4 +-
xml/System.Net.Quic/QuicException.xml | 2 +-
.../SslApplicationProtocol.xml | 12 +--
xml/System.Net.Security/SslStream.xml | 8 +-
xml/System.Net.WebSockets/ClientWebSocket.xml | 4 +-
xml/System.Net.WebSockets/WebSocket.xml | 6 +-
.../WebSocketContext.xml | 44 +++++-----
.../WebSocketCreationOptions.xml | 14 ++-
.../WebSocketDeflateOptions.xml | 10 +--
.../WebSocketException.xml | 4 +-
.../WebSocketReceiveResult.xml | 2 +-
xml/System.Net/HttpListenerContext.xml | 10 +--
xml/System.Net/ServicePointManager.xml | 7 +-
xml/System.Net/TransportContext.xml | 2 +-
xml/System.Numerics.Colors/Argb`1.xml | 2 +-
xml/System.Numerics.Colors/Rgba`1.xml | 2 +-
.../IReadOnlyTensor`2.xml | 2 +-
.../ReadOnlyTensorSpan`1.xml | 2 +-
.../TensorPrimitives.xml | 12 +--
xml/System.Numerics.Tensors/TensorSpan`1.xml | 5 +-
xml/System.Numerics.Tensors/Tensor`1.xml | 2 +-
xml/System.Numerics/BitOperations.xml | 4 +-
xml/System.Numerics/Vector.xml | 12 +--
xml/System.Windows/Vector.xml | 2 -
46 files changed, 242 insertions(+), 260 deletions(-)
diff --git a/xml/System.Net.Http.Headers/ContentDispositionHeaderValue.xml b/xml/System.Net.Http.Headers/ContentDispositionHeaderValue.xml
index 1c4c267cf90..bf2dcbce99f 100644
--- a/xml/System.Net.Http.Headers/ContentDispositionHeaderValue.xml
+++ b/xml/System.Net.Http.Headers/ContentDispositionHeaderValue.xml
@@ -190,7 +190,7 @@
System.Nullable<System.DateTimeOffset>
- The date at which the file was created.
+ Gets or sets the date on which the file was created.
The file creation date.
To be added.
@@ -233,7 +233,7 @@
System.String
- The disposition type for a content body part.
+ Gets or sets the disposition type for a content body part.
The disposition type.
System.Nullable<System.DateTimeOffset>
- The date when the file was last modified.
+ Gets or sets the date when the file was last modified.
The file modification date.
To be added.
@@ -502,7 +502,7 @@
System.String
- The name for a content body part.
+ Gets or sets the name for a content body part.
The name for the content body part.
To be added.
@@ -628,7 +628,7 @@
System.Nullable<System.DateTimeOffset>
- The date the file was last read.
+ Gets or sets the date the file was last read.
The last read date.
To be added.
@@ -665,7 +665,7 @@
System.Nullable<System.Int64>
- The approximate size, in bytes, of the file.
+ Gets or sets the approximate size, in bytes, of the file.
The approximate size, in bytes.
To be added.
diff --git a/xml/System.Net.Http.Headers/ContentRangeHeaderValue.xml b/xml/System.Net.Http.Headers/ContentRangeHeaderValue.xml
index bf0a34d1725..340b9d7be5b 100644
--- a/xml/System.Net.Http.Headers/ContentRangeHeaderValue.xml
+++ b/xml/System.Net.Http.Headers/ContentRangeHeaderValue.xml
@@ -694,7 +694,7 @@ This member is an explicit interface member implementation. It can be used only
System.String
- The range units used.
+ Gets or sets the range units used.
A that contains range units.
The specified header.
The specified header values.
- Return if a specified header and specified values are stored in the collection.
+ Returns a value that indicates whether a specified header and specified values are stored in the collection.
if the specified header and are stored in the collection; otherwise .
To be added.
diff --git a/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml b/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
index f17f69866dc..56693500eea 100644
--- a/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
+++ b/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
@@ -2817,7 +2817,7 @@ This method uses
- Send a PUT request to the specified Uri containing the serialized as JSON in the request body.
+ Sends a PUT request to the specified Uri containing the serialized as JSON in the request body.
@@ -2884,7 +2884,7 @@ This method uses The Uri the request is sent to.
The value to serialize.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a PUT request to the specified Uri containing the serialized as JSON in the request body.
+ Sends a PUT request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
The Uri the request is sent to.
The value to serialize.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a PUT request to the specified Uri containing the serialized as JSON in the request body.
+ Sends a PUT request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
The value to serialize.
Options to control the behavior during serialization. The default options are those specified by .
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a PUT request to the specified Uri containing the serialized as JSON in the request body.
+ Sends a PUT request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
To be added.
The cancellation token was canceled. This exception is stored into the returned task.
@@ -3104,7 +3104,7 @@ This method uses The value to serialize.
The JsonTypeInfo used to control the serialization behavior.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a PUT request to the specified Uri containing the serialized as JSON in the request body.
+ Sends a PUT request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
To be added.
The cancellation token was canceled. This exception is stored into the returned task.
@@ -3178,7 +3178,7 @@ This method uses The value to serialize.
Options to control the behavior during serialization. The default options are those specified by .
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a PUT request to the specified Uri containing the serialized as JSON in the request body.
+ Sends a PUT request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
To be added.
The cancellation token was canceled. This exception is stored into the returned task.
@@ -3234,7 +3234,7 @@ This method uses The value to serialize.
The JsonTypeInfo used to control the serialization behavior.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a PUT request to the specified Uri containing the serialized as JSON in the request body.
+ Sends a PUT request to the specified Uri containing the serialized as JSON in the request body.
The task object representing the asynchronous operation.
To be added.
The cancellation token was canceled. This exception is stored into the returned task.
diff --git a/xml/System.Net.Http/ByteArrayContent.xml b/xml/System.Net.Http/ByteArrayContent.xml
index ba85807a3ff..575711d1393 100644
--- a/xml/System.Net.Http/ByteArrayContent.xml
+++ b/xml/System.Net.Http/ByteArrayContent.xml
@@ -298,7 +298,7 @@ The class does not internally copy the p
- Serialize and write the byte array provided in the constructor to an HTTP content stream as an asynchronous operation.
+ Serializes and writes the byte array provided in the constructor to an HTTP content stream as an asynchronous operation.
@@ -347,7 +347,7 @@ The class does not internally copy the p
The target stream.
Information about the transport, like channel binding token. This parameter may be .
- Serialize and write the byte array provided in the constructor to an HTTP content stream as an asynchronous operation.
+ Serializes and writes the byte array provided in the constructor to an HTTP content stream as an asynchronous operation.
The task object representing the asynchronous operation.
class does not internally copy the p
The target stream.
Information about the transport, like channel binding token. This parameter may be .
The cancellation token to cancel the operation.
- Serialize and write the byte array provided in the constructor to an HTTP content stream as an asynchronous operation.
+ Serializes and writes the byte array provided in the constructor to an HTTP content stream as an asynchronous operation.
The task object representing the asynchronous operation.
1
- The will attempt to provide all available client certificates automatically.
+ The will attempt to provide all available client certificates automatically.
diff --git a/xml/System.Net.Http/FormUrlEncodedContent.xml b/xml/System.Net.Http/FormUrlEncodedContent.xml
index f5e8b35aac7..9eebd9725f7 100644
--- a/xml/System.Net.Http/FormUrlEncodedContent.xml
+++ b/xml/System.Net.Http/FormUrlEncodedContent.xml
@@ -129,14 +129,14 @@
The target stream.
Information about the transport, like channel binding token. This parameter may be .
The cancellation token to cancel the operation.
- Serialize and write all name/value tuples provided in the constructor to an HTTP content stream as an asynchronous operation.
+ Serializes and writes all name/value tuples provided in the constructor to an HTTP content stream as an asynchronous operation.
The task object representing the asynchronous operation.
- object completes, the all name/value tuples has been written to the `stream` parameter.
-
+ object completes, the all name/value tuples has been written to the `stream` parameter.
+
]]>
The cancellation token was canceled. This exception is stored into the returned task.
diff --git a/xml/System.Net.Http/HttpClient.xml b/xml/System.Net.Http/HttpClient.xml
index d038e1dd1f3..f6fecc510c1 100644
--- a/xml/System.Net.Http/HttpClient.xml
+++ b/xml/System.Net.Http/HttpClient.xml
@@ -456,7 +456,7 @@ The specified `handler` will be disposed of by calling [HttpClient.Dispose](xref
- Cancel all pending requests on this instance.
+ Cancels all pending requests on this instance.
4.2.0.0
- Send a DELETE request to the specified URI as an asynchronous operation.
+ Sends a DELETE request to the specified URI as an asynchronous operation.
@@ -720,7 +720,7 @@ This property has no effect on any of the
The URI the request is sent to.
- Send a DELETE request to the specified URI as an asynchronous operation.
+ Sends a DELETE request to the specified URI as an asynchronous operation.
The task object representing the asynchronous operation.
is not an absolute URI.
The URI the request is sent to.
- Send a DELETE request to the specified URI as an asynchronous operation.
+ Sends a DELETE request to the specified URI as an asynchronous operation.
The task object representing the asynchronous operation.
is not an absolute URI.
The URI the request is sent to.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a DELETE request to the specified URI with a cancellation token as an asynchronous operation.
+ Sends a DELETE request to the specified URI with a cancellation token as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a DELETE request to the specified URI with a cancellation token as an asynchronous operation.
+ Sends a DELETE request to the specified URI with a cancellation token as an asynchronous operation.
The task object representing the asynchronous operation.
4.1.1.0
- Send a GET request to the specified URI as an asynchronous operation.
+ Sends a GET request to the specified URI as an asynchronous operation.
The URI the request is sent to.
- Send a GET request to the specified URI as an asynchronous operation.
+ Sends a GET request to the specified URI as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
- Send a GET request to the specified URI as an asynchronous operation.
+ Sends a GET request to the specified URI as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
An HTTP completion option value that indicates when the operation should be considered completed.
- Send a GET request to the specified URI with an HTTP completion option as an asynchronous operation.
+ Sends a GET request to the specified URI with an HTTP completion option as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a GET request to the specified URI with a cancellation token as an asynchronous operation.
+ Sends a GET request to the specified URI with a cancellation token as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
An HTTP completion option value that indicates when the operation should be considered completed.
- Send a GET request to the specified URI with an HTTP completion option as an asynchronous operation.
+ Sends a GET request to the specified URI with an HTTP completion option as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a GET request to the specified URI with a cancellation token as an asynchronous operation.
+ Sends a GET request to the specified URI with a cancellation token as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
An HTTP completion option value that indicates when the operation should be considered completed.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a GET request to the specified URI with an HTTP completion option and a cancellation token as an asynchronous operation.
+ Sends a GET request to the specified URI with an HTTP completion option and a cancellation token as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
An HTTP completion option value that indicates when the operation should be considered completed.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a GET request to the specified URI with an HTTP completion option and a cancellation token as an asynchronous operation.
+ Sends a GET request to the specified URI with an HTTP completion option and a cancellation token as an asynchronous operation.
The task object representing the asynchronous operation.
4.1.1.0
- Send a GET request to the specified URI and return the response body as a byte array in an asynchronous operation.
+ Sends a GET request to the specified URI and return the response body as a byte array in an asynchronous operation.
The URI the request is sent to.
- Send a GET request to the specified URI and return the response body as a byte array in an asynchronous operation.
+ Sends a GET request to the specified URI and return the response body as a byte array in an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
The cancellation token to cancel the operation.
- Send a GET request to the specified URI and return the response body as a byte array in an asynchronous operation.
+ Sends a GET request to the specified URI and return the response body as a byte array in an asynchronous operation.
The task object representing the asynchronous operation.
4.1.1.0
- Send a GET request to the specified URI and return the response body as a stream in an asynchronous operation.
+ Sends a GET request to the specified URI and return the response body as a stream in an asynchronous operation.
The URI the request is sent to.
- Send a GET request to the specified URI and return the response body as a stream in an asynchronous operation.
+ Sends a GET request to the specified URI and return the response body as a stream in an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
- Send a GET request to the specified URI and return the response body as a stream in an asynchronous operation.
+ Sends a GET request to the specified URI and return the response body as a stream in an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
The cancellation token to cancel the operation.
- Send a GET request to the specified URI and return the response body as a stream in an asynchronous operation.
+ Sends a GET request to the specified URI and return the response body as a stream in an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
The cancellation token to cancel the operation.
- Send a GET request to the specified URI and return the response body as a stream in an asynchronous operation.
+ Sends a GET request to the specified URI and return the response body as a stream in an asynchronous operation.
The task object representing the asynchronous operation.
4.1.1.0
- Send a GET request to the specified URI and return the response body as a string in an asynchronous operation.
+ Sends a GET request to the specified URI and return the response body as a string in an asynchronous operation.
The URI the request is sent to.
- Send a GET request to the specified URI and return the response body as a string in an asynchronous operation.
+ Sends a GET request to the specified URI and return the response body as a string in an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
- Send a GET request to the specified URI and return the response body as a string in an asynchronous operation.
+ Sends a GET request to the specified URI and return the response body as a string in an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
The cancellation token to cancel the operation.
- Send a GET request to the specified URI and return the response body as a string in an asynchronous operation.
+ Sends a GET request to the specified URI and return the response body as a string in an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
The cancellation token to cancel the operation.
- Send a GET request to the specified URI and return the response body as a string in an asynchronous operation.
+ Sends a GET request to the specified URI and return the response body as a string in an asynchronous operation.
The task object representing the asynchronous operation.
4.1.1.0
- Send a POST request to the specified URI as an asynchronous operation.
+ Sends a POST request to the specified URI as an asynchronous operation.
The URI the request is sent to.
The HTTP request content sent to the server.
- Send a POST request to the specified URI as an asynchronous operation.
+ Sends a POST request to the specified URI as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
The HTTP request content sent to the server.
- Send a POST request to the specified URI as an asynchronous operation.
+ Sends a POST request to the specified URI as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
The HTTP request content sent to the server.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a POST request with a cancellation token as an asynchronous operation.
+ Sends a POST request with a cancellation token as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
The HTTP request content sent to the server.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a POST request with a cancellation token as an asynchronous operation.
+ Sends a POST request with a cancellation token as an asynchronous operation.
The task object representing the asynchronous operation.
4.1.1.0
- Send a PUT request to the specified URI as an asynchronous operation.
+ Sends a PUT request to the specified URI as an asynchronous operation.
The URI the request is sent to.
The HTTP request content sent to the server.
- Send a PUT request to the specified URI as an asynchronous operation.
+ Sends a PUT request to the specified URI as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
The HTTP request content sent to the server.
- Send a PUT request to the specified URI as an asynchronous operation.
+ Sends a PUT request to the specified URI as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
The HTTP request content sent to the server.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a PUT request with a cancellation token as an asynchronous operation.
+ Sends a PUT request with a cancellation token as an asynchronous operation.
The task object representing the asynchronous operation.
The URI the request is sent to.
The HTTP request content sent to the server.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Send a PUT request with a cancellation token as an asynchronous operation.
+ Sends a PUT request with a cancellation token as an asynchronous operation.
The task object representing the asynchronous operation.
4.1.1.0
- Send an HTTP request as an asynchronous operation.
+ Sends an HTTP request as an asynchronous operation.
The HTTP request message to send.
- Send an HTTP request as an asynchronous operation.
+ Sends an HTTP request as an asynchronous operation.
The task object representing the asynchronous operation.
The HTTP request message to send.
When the operation should complete (as soon as a response is available or after reading the whole response content).
- Send an HTTP request as an asynchronous operation.
+ Sends an HTTP request as an asynchronous operation.
The task object representing the asynchronous operation.
The HTTP request message to send.
The cancellation token to cancel operation.
- Send an HTTP request as an asynchronous operation.
+ Sends an HTTP request as an asynchronous operation.
The task object representing the asynchronous operation.
The HTTP request message to send.
When the operation should complete (as soon as a response is available or after reading the whole response content).
The cancellation token to cancel operation.
- Send an HTTP request as an asynchronous operation.
+ Sends an HTTP request as an asynchronous operation.
The task object representing the asynchronous operation.
class and classes derived from it enable developers to configure a variety of options ranging from proxies to authentication.
-## HttpClientHandler in .NET Core
-
Starting in .NET Core 2.1, the implementation of the `HttpClientHandler` class was changed to be based on the cross-platform HTTP protocol stack used by the class. Prior to .NET Core 2.1, the `HttpClientHandler` class used older HTTP protocol stacks ( on Windows and `CurlHandler`, an internal class implemented on top of Linux's native `libcurl` component, on Linux).
]]>
diff --git a/xml/System.Net.Http/HttpContent.xml b/xml/System.Net.Http/HttpContent.xml
index 32bc1652613..b248c397042 100644
--- a/xml/System.Net.Http/HttpContent.xml
+++ b/xml/System.Net.Http/HttpContent.xml
@@ -175,7 +175,7 @@ If the content has been previously buffered, for example, by calling 4.1.1.0
- Serialize the HTTP content into a stream of bytes and copies it to the stream object provided as the parameter.
+ Serializes the HTTP content into a stream of bytes and copies it to the stream object provided as the parameter.
The target stream.
- Serialize the HTTP content into a stream of bytes and copies it to the stream object provided as the parameter.
+ Serializes the HTTP content into a stream of bytes and copies it to the stream object provided as the parameter.
The task object representing the asynchronous operation.
The target stream.
Information about the transport (channel binding token, for example). This parameter may be .
- Serialize the HTTP content into a stream of bytes and copies it to the stream object provided as the parameter.
+ Serializes the HTTP content into a stream of bytes and copies it to the stream object provided as the parameter.
The task object representing the asynchronous operation.
The target stream.
The cancellation token to cancel the operation.
- Serialize the HTTP content into a stream of bytes and copies it to the stream object provided as the parameter.
+ Serializes the HTTP content into a stream of bytes and copies it to the stream object provided as the parameter.
The task object representing the asynchronous operation.
The target stream.
Information about the transport (channel binding token, for example). This parameter may be .
The cancellation token to cancel the operation.
- Serialize the HTTP content into a stream of bytes and copies it to the stream object provided as the parameter.
+ Serializes the HTTP content into a stream of bytes and copies it to the stream object provided as the parameter.
The task object representing the asynchronous operation.
- Serialize the HTTP content to a memory stream as an asynchronous operation.
+ Serializes the HTTP content to a memory stream as an asynchronous operation.
@@ -477,7 +477,7 @@ Once the operation completes, the returned memory stream represents the HTTP con
- Serialize the HTTP content to a memory stream as an asynchronous operation.
+ Serializes the HTTP content to a memory stream as an asynchronous operation.
The task object representing the asynchronous operation.
4.1.1.0
- Serialize the HTTP content to a memory buffer as an asynchronous operation.
+ Serializes the HTTP content to a memory buffer as an asynchronous operation.
- Serialize the HTTP content to a memory buffer as an asynchronous operation.
+ Serializes the HTTP content to a memory buffer as an asynchronous operation.
The task object representing the asynchronous operation.
The maximum size, in bytes, of the buffer to use.
- Serialize the HTTP content to a memory buffer as an asynchronous operation.
+ Serializes the HTTP content to a memory buffer as an asynchronous operation.
The task object representing the asynchronous operation.
The cancellation token to cancel the operation.
- Serialize the HTTP content to a memory buffer as an asynchronous operation.
+ Serializes the HTTP content to a memory buffer as an asynchronous operation.
The task object representing the asynchronous operation.
This operation will not block. The returned object will complete after all of the content has been serialized to the memory buffer.
@@ -858,7 +858,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
The maximum size, in bytes, of the buffer to use.
The cancellation token to cancel the operation.
- Serialize the HTTP content to a memory buffer as an asynchronous operation.
+ Serializes the HTTP content to a memory buffer as an asynchronous operation.
The task object representing the asynchronous operation.
This operation will not block. The returned object will complete after all of the content has been serialized to the memory buffer.
@@ -870,7 +870,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
- Serialize the HTTP content to a byte array as an asynchronous operation.
+ Serializes the HTTP content to a byte array as an asynchronous operation.
@@ -906,7 +906,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
- Serialize the HTTP content to a byte array as an asynchronous operation.
+ Serializes the HTTP content to a byte array as an asynchronous operation.
The task object representing the asynchronous operation.
The cancellation token to cancel the operation.
- Serialize the HTTP content to a byte array as an asynchronous operation.
+ Serializes the HTTP content to a byte array as an asynchronous operation.
The task object representing the asynchronous operation.
- Serialize the HTTP content and return a stream that represents the content as an asynchronous operation.
+ Serializes the HTTP content and return a stream that represents the content as an asynchronous operation.
The task object representing the asynchronous operation.
The cancellation token to cancel the operation.
- Serialize the HTTP content and return a stream that represents the content as an asynchronous operation.
+ Serializes the HTTP content and return a stream that represents the content as an asynchronous operation.
The task object representing the asynchronous operation.
, a method such as
- Serialize the HTTP content to a string as an asynchronous operation.
+ Serializes the HTTP content to a string as an asynchronous operation.
@@ -1209,7 +1209,7 @@ For example, when using , a method such as
- Serialize the HTTP content to a string as an asynchronous operation.
+ Serializes the HTTP content to a string as an asynchronous operation.
The task object representing the asynchronous operation.
, a method such as
The cancellation token to cancel the operation.
- Serialize the HTTP content to a string as an asynchronous operation.
+ Serializes the HTTP content to a string as an asynchronous operation.
The task object representing the asynchronous operation.
, a method such as
- Serialize the HTTP content to a stream as an asynchronous operation.
+ Serializes the HTTP content to a stream as an asynchronous operation.
@@ -1368,7 +1368,7 @@ For example, when using , a method such as
The target stream.
Information about the transport (channel binding token, for example). This parameter may be .
- Serialize the HTTP content to a stream as an asynchronous operation.
+ Serializes the HTTP content to a stream as an asynchronous operation.
The task object representing the asynchronous operation.
, a method such as The target stream.
Information about the transport (channel binding token, for example). This parameter may be .
The cancellation token to cancel the operation.
- Serialize the HTTP content to a stream as an asynchronous operation.
+ Serializes the HTTP content to a stream as an asynchronous operation.
The task object representing the asynchronous operation.
The HTTP request message to send.
The cancellation token to cancel operation.
- Send an HTTP request as an asynchronous operation.
+ Sends an HTTP request as an asynchronous operation.
The task object representing the asynchronous operation.
The HTTP request message to send.
The cancellation token to cancel operation.
- Send an HTTP request as an asynchronous operation.
+ Sends an HTTP request as an asynchronous operation.
The task object representing the asynchronous operation.
System.String
- An HTTP method.
+ Gets an HTTP method.
An HTTP method represented as a .
To be added.
diff --git a/xml/System.Net.Http/MessageProcessingHandler.xml b/xml/System.Net.Http/MessageProcessingHandler.xml
index 6fd3262d585..db40987e981 100644
--- a/xml/System.Net.Http/MessageProcessingHandler.xml
+++ b/xml/System.Net.Http/MessageProcessingHandler.xml
@@ -230,7 +230,7 @@
The HTTP response message to process.
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
- Perform processing on each response from the server.
+ Performs processing on each response from the server.
The HTTP response message that was processed.
The HTTP content to add to the collection.
- Add multipart HTTP content to a collection of objects that get serialized using the multipart/* content type specification.
+ Adds multipart HTTP content to a collection of objects that get serialized using the multipart/* content type specification.
To be added.
The was .
@@ -554,7 +554,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
- Serialize the multipart HTTP content to a stream as an asynchronous operation.
+ Serializes the multipart HTTP content to a stream as an asynchronous operation.
@@ -603,7 +603,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
The target stream.
Information about the transport (channel binding token, for example). This parameter may be .
- Serialize the multipart HTTP content to a stream as an asynchronous operation.
+ Serializes the multipart HTTP content to a stream as an asynchronous operation.
The task object representing the asynchronous operation.
The target stream.
Information about the transport (channel binding token, for example). This parameter may be .
The cancellation token to cancel the operation.
- Serialize the multipart HTTP content to a stream as an asynchronous operation.
+ Serializes the multipart HTTP content to a stream as an asynchronous operation.
The task object representing the asynchronous operation.
- The explicit implementation of the method.
+ Returns an enumerator that iterates through the collection of objects that get serialized using the multipart/* content type specification.
An object that can be used to iterate through the collection.
Provides a container for content encoded using multipart/form-data MIME type.
- type. All does is provide methods to add required Content-Disposition headers to content object added to the collection.
-
+ type. All does is provide methods to add required Content-Disposition headers to content object added to the collection.
+
]]>
@@ -137,10 +137,10 @@
The boundary string for the multipart form data content.
Creates a new instance of the class.
To be added.
- The was or contains only white space characters.
-
- -or-
-
+ The was or contains only white space characters.
+
+ -or-
+
The ends with a space character.
The length of the was greater than 70.
@@ -154,7 +154,7 @@
4.2.0.0
- Add HTTP content to a collection of objects that get serialized to multipart/form-data MIME type.
+ Adds HTTP content to a collection of objects that get serialized to multipart/form-data MIME type.
@@ -193,7 +193,7 @@
The HTTP content to add to the collection.
- Add HTTP content to a collection of objects that get serialized to multipart/form-data MIME type.
+ Adds HTTP content to a collection of objects that get serialized to multipart/form-data MIME type.
To be added.
The was .
@@ -236,7 +236,7 @@
The HTTP content to add to the collection.
The name for the HTTP content to add.
- Add HTTP content to a collection of objects that get serialized to multipart/form-data MIME type.
+ Adds HTTP content to a collection of objects that get serialized to multipart/form-data MIME type.
To be added.
The was or contains only white space characters.
The was .
@@ -282,12 +282,12 @@
The HTTP content to add to the collection.
The name for the HTTP content to add.
The file name for the HTTP content to add to the collection.
- Add HTTP content to a collection of objects that get serialized to multipart/form-data MIME type.
+ Adds HTTP content to a collection of objects that get serialized to multipart/form-data MIME type.
To be added.
- The was or contains only white space characters.
-
- -or-
-
+ The was or contains only white space characters.
+
+ -or-
+
The was or contains only white space characters.
The was .
@@ -332,14 +332,14 @@
The target stream.
Information about the transport, like channel binding token. This parameter may be .
The cancellation token to cancel the operation.
- Serialize and write the content provided in the constructor to an HTTP content stream as an asynchronous operation.
+ Serializes and writes the content provided in the constructor to an HTTP content stream as an asynchronous operation.
The task object representing the asynchronous operation.
- object completes, the whole content has been written to the `stream` parameter.
-
+ object completes, the whole content has been written to the `stream` parameter.
+
]]>
The cancellation token was canceled. This exception is stored into the returned task.
diff --git a/xml/System.Net.Http/StreamContent.xml b/xml/System.Net.Http/StreamContent.xml
index f5409ca4b9e..ee436b5d1a7 100644
--- a/xml/System.Net.Http/StreamContent.xml
+++ b/xml/System.Net.Http/StreamContent.xml
@@ -325,7 +325,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
- Serialize the HTTP content to a stream as an asynchronous operation.
+ Serializes the HTTP content to a stream as an asynchronous operation.
@@ -374,7 +374,7 @@ When the `disposing` parameter is `true`, this method releases all resources hel
The target stream.
Information about the transport (channel binding token, for example). This parameter may be .
- Serialize the HTTP content to a stream as an asynchronous operation.
+ Serializes the HTTP content to a stream as an asynchronous operation.
The task object representing the asynchronous operation.
The target stream.
Information about the transport (channel binding token, for example). This parameter may be .
The cancellation token to cancel the operation.
- Serialize the HTTP content to a stream as an asynchronous operation.
+ Serializes the HTTP content to a stream as an asynchronous operation.
The task object representing the asynchronous operation.
The content used to initialize the .
Creates a new instance of the class.
- created defaults to text/plain.
-
+ created defaults to text/plain.
+
]]>
@@ -189,11 +189,11 @@
The encoding to use for the content.
Creates a new instance of the class.
- created defaults to text/plain.
-
+ created defaults to text/plain.
+
]]>
@@ -342,14 +342,14 @@
The target stream.
Information about the transport, like channel binding token. This parameter may be .
The cancellation token to cancel the operation.
- Serialize and write the string provided in the constructor to an HTTP content stream as an asynchronous operation.
+ Serializes and writes the string provided in the constructor to an HTTP content stream as an asynchronous operation.
The task object representing the asynchronous operation.
- object completes, the whole string has been written to the `stream` parameter.
-
+ object completes, the whole string has been written to the `stream` parameter.
+
]]>
The cancellation token was canceled. This exception is stored into the returned task.
diff --git a/xml/System.Net.Mail/MailAddress.xml b/xml/System.Net.Mail/MailAddress.xml
index e476d4b4cfe..403fdb70113 100644
--- a/xml/System.Net.Mail/MailAddress.xml
+++ b/xml/System.Net.Mail/MailAddress.xml
@@ -688,7 +688,7 @@ The following code example displays the destination of an email message.
- Create a new . Does not throw an exception if the object cannot be created.
+ Creates a new . Does not throw an exception if the object cannot be created.
@@ -791,7 +791,7 @@ The following code example displays the destination of an email message.
An email address.
The display name associated with the address. This parameter can be .
When this method returns, contains the email address object if parsing succeeded.
- Create a new . Does not throw an exception if the object cannot be created.
+ Creates a new . Does not throw an exception if the object cannot be created.
if the was successfully created; otherwise, .
To be added.
@@ -847,7 +847,7 @@ The following code example displays the destination of an email message.
The display name associated with address. This parameter can be .
The encoding that defines the character set used for .
When this method returns, contains the email address object if parsing succeeded.
- Create a new . Does not throw an exception if the object cannot be created.
+ Creates a new . Does not throw an exception if the object cannot be created.
if the was successfully created; otherwise, .
To be added.
diff --git a/xml/System.Net.Mail/MailAddressCollection.xml b/xml/System.Net.Mail/MailAddressCollection.xml
index eaff69bd355..b1c9a6f8819 100644
--- a/xml/System.Net.Mail/MailAddressCollection.xml
+++ b/xml/System.Net.Mail/MailAddressCollection.xml
@@ -52,7 +52,7 @@
- Store email addresses that are associated with an email message.
+ Stores email addresses that are associated with an email message.
class, see the class.
-
-
## Examples
The following example adds an email address to the that is returned by the property.
@@ -150,7 +148,7 @@
The email addresses to add to the . Multiple email addresses must be separated with a comma character (",").
- Add a list of email addresses to the collection.
+ Adds a list of email addresses to the collection.
| Represents file attachments. This class allows you to attach files, streams, or text to an email message. |
+| | Represents file attachments. This class allows you to attach files, streams, or text to an email message. |
| | Represents the email address of the sender and recipients. |
| | Represents an email message. |
@@ -356,7 +356,7 @@ The following code example demonstrates sending an email message asynchronously.
Some SMTP servers require that the client be authenticated before the server will send email on its behalf. To use your default network credentials, you can set the to `true` instead of setting this property. If the property is set to `false,` then the value set in the property will be used for the credentials when connecting to the server. If the property is set to `false` and the property has not been set, then mail is sent to the server anonymously.
> [!CAUTION]
-> If you provide credentials for basic authentication, they are sent to the server in clear text. This can present a security issue because your credentials can be seen and used by others.
+> If you provide credentials for basic authentication, they are sent to the server in clear text. This can present a security issue because your credentials can be seen and used by others.
## Examples
The following code example demonstrates setting the credentials used to send an email.
@@ -549,7 +549,7 @@ The following code example demonstrates sending an email message asynchronously.
For more information, see [Cleaning Up Unmanaged Resources](/dotnet/standard/garbage-collection/unmanaged) and [Implementing a Dispose Method](/dotnet/standard/garbage-collection/implementing-dispose).
> [!NOTE]
-> Always call before you release your last reference to the . Otherwise, the resources it is using will not be freed so the garbage collector can reclaim the memory.
+> Always call before you release your last reference to the . Otherwise, the resources it is using will not be freed so the garbage collector can reclaim the memory.
]]>
@@ -617,7 +617,7 @@ The following code example demonstrates sending an email message asynchronously.
For more information, see [Cleaning Up Unmanaged Resources](/dotnet/standard/garbage-collection/unmanaged) and [Implementing a Dispose Method](/dotnet/standard/garbage-collection/implementing-dispose).
> [!NOTE]
-> Always call before you release your last reference to the . Otherwise, the resources it is using will not be freed so the garbage collector can reclaim the memory.
+> Always call before you release your last reference to the . Otherwise, the resources it is using will not be freed so the garbage collector can reclaim the memory.
]]>
@@ -659,7 +659,7 @@ The following code example demonstrates sending an email message asynchronously.
System.Boolean
- Specify whether the uses Secure Sockets Layer (SSL) to encrypt the connection.
+ Gets or sets a value indicating whether the uses Secure Sockets Layer (SSL) to encrypt the connection.
if the uses SSL; otherwise, . The default is .
@@ -677,9 +677,7 @@ The following code example demonstrates sending an email message asynchronously.
You can use to specify which client certificates should be used to establish the SSL connection. The allows you to reject the certificate provided by the SMTP server. The property allows you to specify the version of the SSL protocol to use.
> [!NOTE]
-> If the property is set to `true`, and the SMTP mail server does not advertise STARTTLS in the response to the EHLO command, then a call to the or methods will throw an .
-
-
+> If the property is set to `true`, and the SMTP mail server does not advertise STARTTLS in the response to the EHLO command, then a call to the or methods will throw an .
## Examples
The following code example establishes an SSL connection with the SMTP server and uses the connection to send an email.
@@ -955,7 +953,7 @@ The following code example demonstrates sending an email message asynchronously.
When sending email using to multiple recipients and the SMTP server accepts some recipients as valid and rejects others, sends email to the accepted recipients and then a is thrown (or a if only one recipient is rejected). A contains a list of the recipients that were rejected.
> [!NOTE]
-> If the property is set to `true`, and the SMTP mail server does not advertise STARTTLS in the response to the EHLO command, then a call to the or methods will throw an .
+> If the property is set to `true`, and the SMTP mail server does not advertise STARTTLS in the response to the EHLO command, then a call to the or methods will throw an .
## Examples
The following code example demonstrates using this method.
@@ -1088,7 +1086,7 @@ The following code example demonstrates sending an email message asynchronously.
When sending email using to multiple recipients and the SMTP server accepts some recipients as valid and rejects others, sends email to the accepted recipients and then a is thrown (or a if only one recipient is rejected). A contains a list of the recipients that were rejected.
> [!NOTE]
-> If the property is set to `true`, and the SMTP mail server does not advertise STARTTLS in the response to the EHLO command, then a call to the or methods will throw an .
+> If the property is set to `true`, and the SMTP mail server does not advertise STARTTLS in the response to the EHLO command, then a call to the or methods will throw an .
]]>
@@ -1223,7 +1221,7 @@ The following code example demonstrates sending an email message asynchronously.
To send mail and block while it is transmitted to the SMTP server, use one of the methods.
> [!NOTE]
-> If the property is set to `true`, and the SMTP mail server does not advertise STARTTLS in the response to the EHLO command, then a call to the or methods will throw an .
+> If the property is set to `true`, and the SMTP mail server does not advertise STARTTLS in the response to the EHLO command, then a call to the or methods will throw an .
## Examples
The following code example demonstrates calling this method.
@@ -1369,7 +1367,7 @@ The following code example demonstrates sending an email message asynchronously.
To send mail and block while it is transmitted to the SMTP server, use one of the methods.
> [!NOTE]
-> If the property is set to `true`, and the SMTP mail server does not advertise STARTTLS in the response to the EHLO command, then a call to the or methods will throw an .
+> If the property is set to `true`, and the SMTP mail server does not advertise STARTTLS in the response to the EHLO command, then a call to the or methods will throw an .
]]>
@@ -2192,7 +2190,7 @@ The following code example demonstrates sending an email message asynchronously.
If the property is set to `false,` then the value set in the property will be used for the credentials when connecting to the server. If the property is set to `false` and the property has not been set, then mail is sent to the server anonymously.
> [!CAUTION]
-> If you provide credentials for basic authentication, they are sent to the server in clear text. This can present a security issue because your credentials can be seen and used by others.
+> If you provide credentials for basic authentication, they are sent to the server in clear text. This can present a security issue because your credentials can be seen and used by others.
## Examples
The following code example demonstrates using this property.
diff --git a/xml/System.Net.NetworkInformation/Ping.xml b/xml/System.Net.NetworkInformation/Ping.xml
index 22c315881ac..e2154669914 100644
--- a/xml/System.Net.NetworkInformation/Ping.xml
+++ b/xml/System.Net.NetworkInformation/Ping.xml
@@ -1998,7 +1998,7 @@ The IP address returned by any of the
An IP address that identifies the computer that is the destination for the ICMP echo message.
- Send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified , and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation.
+ Sends an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified , and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation.
The task object representing the asynchronous operation.
An IP address that identifies the computer that is the destination for the ICMP echo message.
The maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.
- Send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified , and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation. This overload allows you to specify a time-out value for the operation.
+ Sends an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified , and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation. This overload allows you to specify a time-out value for the operation.
The task object representing the asynchronous operation.
An IP address that identifies the computer that is the destination for the ICMP echo message.
The maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.
A array that contains data to be sent with the ICMP echo message and returned in the ICMP echo reply message. The array cannot contain more than 65,500 bytes.
- Send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified , and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation. This overload allows you to specify a time-out value for the operation and a buffer to use for send and receive.
+ Sends an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified , and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation. This overload allows you to specify a time-out value for the operation and a buffer to use for send and receive.
The task object representing the asynchronous operation.
- Used to control how data packets are transmitted.
+ Controls how data packets are transmitted.
, see the constructor.
-
-
## Examples
The following code example uses the , and classes to send an ICMP echo request to the host specified on the command line.
diff --git a/xml/System.Net.Quic/QuicException.xml b/xml/System.Net.Quic/QuicException.xml
index 64fa17fcc94..870416c300e 100644
--- a/xml/System.Net.Quic/QuicException.xml
+++ b/xml/System.Net.Quic/QuicException.xml
@@ -128,7 +128,7 @@ This property contains the error code set by the application layer when closing
System.Nullable<System.Int64>
- The transport protocol error code associated with the error.
+ Gets the transport protocol error code associated with the error.
To be added.
To be added.
diff --git a/xml/System.Net.Security/SslApplicationProtocol.xml b/xml/System.Net.Security/SslApplicationProtocol.xml
index 3fa4da78942..9abbd063a71 100644
--- a/xml/System.Net.Security/SslApplicationProtocol.xml
+++ b/xml/System.Net.Security/SslApplicationProtocol.xml
@@ -50,10 +50,10 @@
values for HTTP versions.
-During the handshake, the client sends a list of available ALPN protocols and the server chooses the best match from that list.
+During the handshake, the client sends a list of available ALPN protocols and the server chooses the best match from that list.
For a complete list of supported protocols, see [TLS Application-Layer Protocol Negotiation (ALPN) Protocol IDs](https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids).
@@ -63,14 +63,14 @@ The following code example demonstrates negotiation of the application-level pro
:::code language="csharp" source="~/snippets/csharp/System.Net.Security/ALPN/alpn.cs" id="snippet":::
:::code language="vb" source="~/snippets/visualbasic/System.Net.Security/ALPN/alpn.vb" id="snippet":::
-
+
]]>
- Initializes a new instance of the class.
+ Initializes a new instance of the struct.
@@ -503,9 +503,9 @@ The following code example demonstrates negotiation of the application-level pro
Overrides the method.
Returns a string representation of this object.
- contains valid UTF-8 bytes, `ToString` returns the text representation of the value; otherwise, the hex representation.
diff --git a/xml/System.Net.Security/SslStream.xml b/xml/System.Net.Security/SslStream.xml
index 4d928a9c9e6..29121d98b79 100644
--- a/xml/System.Net.Security/SslStream.xml
+++ b/xml/System.Net.Security/SslStream.xml
@@ -539,7 +539,7 @@ Use the overloads for methods that authenticate SslStreams that don't specify a
4.0.0.0
- Authenticate the client side of a client-server connection.
+ Authenticates the client side of a client-server connection.
@@ -813,7 +813,7 @@ Use the overloads for methods that authenticate SslStreams that don't specify a
4.1.0.0
- Authenticate the client side of a client-server connection as an asynchronous operation.
+ Authenticates the client side of a client-server connection as an asynchronous operation.
@@ -4285,7 +4285,7 @@ Authentication has not occurred.
System.Net.Security.SslApplicationProtocol
- The negotiated application protocol in TLS handshake.
+ Gets the negotiated application protocol in TLS handshake.
To be added.
Available once authentication via one of of the AuthenticateAs... methods has been successfully processed.
@@ -5243,7 +5243,7 @@ If the property is accessed, the remote certificate will not be disposed when th
A array that supplies the bytes written to the stream.
A that contains the zero-based location in at which to begin reading bytes to be written to the stream.
A that contains the number of bytes to read from .
- Write the specified number of s to the underlying stream using the specified buffer and offset.
+ Writes the specified number of s to the underlying stream using the specified buffer and offset.
The WebSocket close status.
A description of the close status.
A cancellation token used to propagate notification that this operation should be canceled.
- Close the instance as an asynchronous operation.
+ Closes the instance as an asynchronous operation.
The task object representing the asynchronous operation.
The WebSocket close status.
A description of the close status.
A cancellation token used to propagate notification that this operation should be canceled.
- Close the output for the instance as an asynchronous operation.
+ Closes the output for the instance as an asynchronous operation.
The task object representing the asynchronous operation.
- The WebSocket class allows applications to send and receive data after the WebSocket upgrade has completed.
+ Allows applications to send and receive data after the WebSocket upgrade has completed.
The size, in bytes, of the client receive buffer.
The size, in bytes, of the send buffer.
- Create client buffers to use with this instance.
+ Creates client buffers to use with this instance.
An array with the client buffers.
To be added.
@@ -706,7 +706,7 @@ Exactly one send and one receive is supported on each
- Used to clean up unmanaged resources for ASP.NET and self-hosted implementations.
+ Cleans up unmanaged resources for ASP.NET and self-hosted implementations.
To be added.
diff --git a/xml/System.Net.WebSockets/WebSocketContext.xml b/xml/System.Net.WebSockets/WebSocketContext.xml
index 53b8d4fda67..fb3b209874d 100644
--- a/xml/System.Net.WebSockets/WebSocketContext.xml
+++ b/xml/System.Net.WebSockets/WebSocketContext.xml
@@ -48,7 +48,7 @@
- Used for accessing the information in the WebSocket handshake.
+ Accesses information in the WebSocket handshake.
To be added.
@@ -123,7 +123,7 @@
System.Net.CookieCollection
- The cookies that were passed to the server during the opening handshake.
+ Gets the cookies that were passed to the server during the opening handshake.
Returns .
To be added.
@@ -163,7 +163,7 @@
System.Collections.Specialized.NameValueCollection
- The HTTP headers that were sent to the server during the opening handshake.
+ Gets the HTTP headers that were sent to the server during the opening handshake.
Returns .
To be added.
@@ -203,8 +203,8 @@
System.Boolean
- Whether the WebSocket client is authenticated.
- Returns .
+ Gets a value that indicates whether the WebSocket client is authenticated.
+ if the WebSocket client is authenticated; otherwise, .
To be added.
@@ -243,8 +243,8 @@
System.Boolean
- Whether the WebSocket client connected from the local machine.
- Returns .
+ Gets a value that indicates whether the WebSocket client connected from the local machine.
+ if the WebSocket client connected from the local machine; otherwise, .
To be added.
@@ -283,8 +283,8 @@
System.Boolean
- Whether the WebSocket connection is secured using Secure Sockets Layer (SSL).
- Returns .
+ Gets a value that indicates whether the WebSocket connection is secured using Secure Sockets Layer (SSL).
+ if the WebSocket connection is secured using SSL; otherwise, .
To be added.
@@ -323,8 +323,8 @@
System.String
- The value of the Origin HTTP header included in the opening handshake.
- Returns .
+ Gets the value of the Origin HTTP header included in the opening handshake.
+ The Origin HTTP header included in the opening handshake.
To be added.
@@ -363,8 +363,8 @@
System.Uri
- The URI requested by the WebSocket client.
- Returns .
+ Gets the URI requested by the WebSocket client.
+ The URI requested by the WebSocket client.
To be added.
@@ -403,8 +403,8 @@
System.String
- The value of the SecWebSocketKey HTTP header included in the opening handshake.
- Returns .
+ Gets the value of the SecWebSocketKey HTTP header included in the opening handshake.
+ The value of the SecWebSocketKey HTTP header included in the opening handshake.
To be added.
@@ -443,7 +443,7 @@
System.Collections.Generic.IEnumerable<System.String>
- The value of the SecWebSocketKey HTTP header included in the opening handshake.
+ Gets the value of the SecWebSocketKey HTTP header included in the opening handshake.
Returns .
To be added.
@@ -483,8 +483,8 @@
System.String
- The list of subprotocols requested by the WebSocket client.
- Returns .
+ Gets the list of subprotocols requested by the WebSocket client.
+ The list of subprotocols requested by the WebSocket client.
To be added.
@@ -530,8 +530,8 @@
System.Security.Principal.IPrincipal
- An object used to obtain identity, authentication information, and security roles for the WebSocket client.
- Returns .
+ Gets an object used to obtain identity, authentication information, and security roles for the WebSocket client.
+ An object used to obtain identity, authentication information, and security roles for the WebSocket client.
To be added.
@@ -570,8 +570,8 @@
System.Net.WebSockets.WebSocket
- The WebSocket instance used to interact (send/receive/close/etc) with the WebSocket connection.
- Returns .
+ Gets the WebSocket instance used to interact (send/receive/close/etc) with the WebSocket connection.
+ The WebSocket instance used to interact (send/receive/close/etc) with the WebSocket connection.
To be added.
diff --git a/xml/System.Net.WebSockets/WebSocketCreationOptions.xml b/xml/System.Net.WebSockets/WebSocketCreationOptions.xml
index 887a71e3fd0..8adbcc71aed 100644
--- a/xml/System.Net.WebSockets/WebSocketCreationOptions.xml
+++ b/xml/System.Net.WebSockets/WebSocketCreationOptions.xml
@@ -72,10 +72,9 @@
System.Net.WebSockets.WebSocketDeflateOptions
- The agreed upon options for per message deflate. Be aware that enabling compression makes the application subject to CRIME/BREACH type of attacks.
- It is strongly advised to turn off compression when sending data containing secrets by specifying flag for such messages.
- To be added.
- To be added.
+ Gets or sets the agreed upon options for per message deflate.
+ The agreed upon options for per message deflate.
+ Enabling compression makes the application subject to CRIME/BREACH type of attacks. It's strongly advised to turn off compression when sending data containing secrets by specifying flag for such messages.
@@ -125,9 +124,8 @@
System.TimeSpan
- The keep-alive interval to use, or or to disable keep-alives.
- The default is .
- To be added.
+ Gets or sets the keep-alive interval to use, or or to disable keep-alives.
+ The keep-alive interval to use, or or to disable keep-alives. The default is .
To be added.
@@ -178,7 +176,7 @@
System.String
- The agreed upon sub-protocol that was used when creating the connection.
+ Gets or sets the agreed upon sub-protocol that was used when creating the connection.
To be added.
To be added.
diff --git a/xml/System.Net.WebSockets/WebSocketDeflateOptions.xml b/xml/System.Net.WebSockets/WebSocketDeflateOptions.xml
index d17b5d8d630..eaa1b2f0b32 100644
--- a/xml/System.Net.WebSockets/WebSocketDeflateOptions.xml
+++ b/xml/System.Net.WebSockets/WebSocketDeflateOptions.xml
@@ -74,9 +74,8 @@ Although the WebSocket spec allows window bits from 8 to 15, the current impleme
System.Boolean
- When the client-side of the connection indicates that it will persist the deflate context accross messages.
- The default is .
- To be added.
+ Gets or sets a value indicating whether the client-side of the connection indicates that it will persist the deflate context across messages.
+ if the client-side of the connection indicates that it will persist the deflate context accross messages. The default is .
System.Boolean
- When the server-side of the connection indicates that it will persist the deflate context accross messages.
- The default is .
- To be added.
+ Gets or sets a value indicating whether the server-side of the connection indicates that it will persist the deflate context across messages.
+ if the server-side of the connection indicates that it will persist the deflate context across messages. The default is .
System.Int32
- The native error code for the exception that occurred.
- Returns .
+ Gets the native error code for the exception that occurred.
+ The native error code for the exception that occurred.
To be added.
diff --git a/xml/System.Net.WebSockets/WebSocketReceiveResult.xml b/xml/System.Net.WebSockets/WebSocketReceiveResult.xml
index 919ccdb8bc0..e264624411d 100644
--- a/xml/System.Net.WebSockets/WebSocketReceiveResult.xml
+++ b/xml/System.Net.WebSockets/WebSocketReceiveResult.xml
@@ -49,7 +49,7 @@
- An instance of this class represents the result of performing a single ReceiveAsync operation on a WebSocket.
+ Represents the result of performing a single ReceiveAsync operation on a WebSocket.
To be added.
diff --git a/xml/System.Net/HttpListenerContext.xml b/xml/System.Net/HttpListenerContext.xml
index afda2695819..e54efac088b 100644
--- a/xml/System.Net/HttpListenerContext.xml
+++ b/xml/System.Net/HttpListenerContext.xml
@@ -82,7 +82,7 @@
4.0.0.0
- Accept a WebSocket connection as an asynchronous operation.
+ Accepts a WebSocket connection as an asynchronous operation.
@@ -132,7 +132,7 @@
The supported WebSocket sub-protocol.
- Accept a WebSocket connection as an asynchronous operation.
+ Accepts a WebSocket connection as an asynchronous operation.
The task object representing the asynchronous operation. The property on the task object returns an object.
The supported WebSocket sub-protocol.
The WebSocket protocol keep-alive interval in milliseconds.
- Accept a WebSocket connection specifying the supported WebSocket sub-protocol and WebSocket keep-alive interval as an asynchronous operation.
+ Accepts a WebSocket connection specifying the supported WebSocket sub-protocol and WebSocket keep-alive interval as an asynchronous operation.
The task object representing the asynchronous operation. The property on the task object returns an object.
The supported WebSocket sub-protocol.
The receive buffer size in bytes.
The WebSocket protocol keep-alive interval in milliseconds.
- Accept a WebSocket connection specifying the supported WebSocket sub-protocol, receive buffer size, and WebSocket keep-alive interval as an asynchronous operation.
+ Accepts a WebSocket connection specifying the supported WebSocket sub-protocol, receive buffer size, and WebSocket keep-alive interval as an asynchronous operation.
The task object representing the asynchronous operation. The property on the task object returns an object.
The receive buffer size in bytes.
The WebSocket protocol keep-alive interval in milliseconds.
An internal buffer to use for this operation.
- Accept a WebSocket connection specifying the supported WebSocket sub-protocol, receive buffer size, WebSocket keep-alive interval, and the internal buffer as an asynchronous operation.
+ Accepts a WebSocket connection specifying the supported WebSocket sub-protocol, receive buffer size, WebSocket keep-alive interval, and the internal buffer as an asynchronous operation.
The task object representing the asynchronous operation. The property on the task object returns an object.
System.Boolean
- Setting this property value to causes all outbound TCP connections from HttpWebRequest to use the native socket option SO_REUSE_UNICASTPORT on the socket. This causes the underlying outgoing ports to be shared. This is useful for scenarios where a large number of outgoing connections are made in a short time, and the app risks running out of ports.
- Returns .
+ Gets or sets a value that indicates whether to reuse the port for outbound connections.
+ for all outbound TCP connections from HttpWebRequest to use the native socket option SO_REUSE_UNICASTPORT on the socket; otherwise, . The default value is .
[!NOTE]
> This property is only implemented on .NET Framework.
diff --git a/xml/System.Net/TransportContext.xml b/xml/System.Net/TransportContext.xml
index c9eae52835a..dccc4bdf61e 100644
--- a/xml/System.Net/TransportContext.xml
+++ b/xml/System.Net/TransportContext.xml
@@ -45,7 +45,7 @@
- The class provides additional context about the underlying transport layer.
+ Provides additional context about the underlying transport layer.
- Initializes a new instance of the class.
+ Initializes a new instance of the struct.
diff --git a/xml/System.Numerics.Colors/Rgba`1.xml b/xml/System.Numerics.Colors/Rgba`1.xml
index 9b729830717..e83ce32527a 100644
--- a/xml/System.Numerics.Colors/Rgba`1.xml
+++ b/xml/System.Numerics.Colors/Rgba`1.xml
@@ -40,7 +40,7 @@
- Initializes a new instance of the class.
+ Initializes a new instance of the struct.
diff --git a/xml/System.Numerics.Tensors/IReadOnlyTensor`2.xml b/xml/System.Numerics.Tensors/IReadOnlyTensor`2.xml
index a1667ee1e73..672066f8c59 100644
--- a/xml/System.Numerics.Tensors/IReadOnlyTensor`2.xml
+++ b/xml/System.Numerics.Tensors/IReadOnlyTensor`2.xml
@@ -371,7 +371,7 @@
- Return a span that starts at the specified index and contains the specified number of items.
+ Returns a span that starts at the specified index and contains the specified number of items.
diff --git a/xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml b/xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml
index b92de37b484..ffe80922f56 100644
--- a/xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml
+++ b/xml/System.Numerics.Tensors/ReadOnlyTensorSpan`1.xml
@@ -69,7 +69,7 @@
- Initializes a new instance of the class.
+ Initializes a new instance of the structure.
diff --git a/xml/System.Numerics.Tensors/TensorPrimitives.xml b/xml/System.Numerics.Tensors/TensorPrimitives.xml
index 204d8f71ecf..48cfe696732 100644
--- a/xml/System.Numerics.Tensors/TensorPrimitives.xml
+++ b/xml/System.Numerics.Tensors/TensorPrimitives.xml
@@ -8684,7 +8684,7 @@
The first tensor, represented as a span.
The second tensor, represented as a span.
The destination tensor, represented as a span.
- Computes the element-wise logarithm of the numbers in a specified tensor to the specified base in another specified tensor.
+ Computes the element-wise logarithm of the numbers in a tensor to the specified base in another tensor.
This method effectively computes [i] = .Log([i], [i]).
@@ -8750,7 +8750,7 @@
The first tensor, represented as a span.
The second tensor, represented as a scalar.
The destination tensor, represented as a span.
- Computes the element-wise logarithm of the numbers in a specified tensor to the specified base in another specified tensor.
+ Computes the element-wise logarithm of the numbers in a tensor to the specified base in another tensor.
This method effectively computes [i] = .Log([i], ).
@@ -12228,7 +12228,7 @@
- Computes the element-wise power of a number in a specified tensor raised to a number in another specified tensors.
+ Computes the element-wise power of a number in a tensor raised to a number in another tensor.
@@ -12284,7 +12284,7 @@
The first tensor, represented as a span.
The second tensor, represented as a span.
The destination tensor, represented as a span.
- Computes the element-wise power of a number in a specified tensor raised to a number in another specified tensors.
+ Computes the element-wise power of a number in a tensor raised to a number in another tensor.
This method effectively computes [i] = T.Pow([i], [i]).
@@ -12346,7 +12346,7 @@
The first tensor, represented as a span.
The second tensor, represented as a scalar.
The destination tensor, represented as a span.
- Computes the element-wise power of a number in a specified tensor raised to a number in another specified tensors.
+ Computes the element-wise power of a number in a tensor raised to a number in another tensor.
This method effectively computes [i] = T.Pow([i], ).
@@ -12408,7 +12408,7 @@
The first tensor, represented as a scalar.
The second tensor, represented as a span.
The destination tensor, represented as a span.
- Computes the element-wise power of a number in a specified tensor raised to a number in another specified tensors.
+ Computes the element-wise power of a number in a tensor raised to a number in another tensor.
This method effectively computes [i] = T.Pow(, [i]).
diff --git a/xml/System.Numerics.Tensors/TensorSpan`1.xml b/xml/System.Numerics.Tensors/TensorSpan`1.xml
index 6b95ba46595..cf6f8fc41c4 100644
--- a/xml/System.Numerics.Tensors/TensorSpan`1.xml
+++ b/xml/System.Numerics.Tensors/TensorSpan`1.xml
@@ -78,7 +78,7 @@
- Initializes a new instance of the class.
+ Initializes a new instance of the structure.
@@ -2804,8 +2804,7 @@
- For , returns a new instance of string that represents the characters pointed to by the span.
- Otherwise, returns a with the name of the type and the number of elements.
+ For , returns a new instance of string that represents the characters pointed to by the span. Otherwise, returns a with the name of the type and the number of elements.
diff --git a/xml/System.Numerics.Tensors/Tensor`1.xml b/xml/System.Numerics.Tensors/Tensor`1.xml
index 3ae1573ec14..53fb86b48cc 100644
--- a/xml/System.Numerics.Tensors/Tensor`1.xml
+++ b/xml/System.Numerics.Tensors/Tensor`1.xml
@@ -2224,7 +2224,7 @@
- Creates a representation of the ."/>
+ Creates a representation of the ."/>
diff --git a/xml/System.Numerics/BitOperations.xml b/xml/System.Numerics/BitOperations.xml
index 6cc24494a20..9f1d228767d 100644
--- a/xml/System.Numerics/BitOperations.xml
+++ b/xml/System.Numerics/BitOperations.xml
@@ -426,7 +426,7 @@
- Counts the number of leading zero bits in an unsigned 32-bit integer mask.
+ Counts the number of leading zero bits in an unsigned integer mask.
@@ -1284,7 +1284,7 @@ If is 0 or the result overflows, returns 0.
- Counts the number of trailing zero bits in a 64-bit integer value mask.
+ Counts the number of trailing zero bits in an integer value mask.
diff --git a/xml/System.Numerics/Vector.xml b/xml/System.Numerics/Vector.xml
index 92a1bd3d4e1..6d2eeffbeb5 100644
--- a/xml/System.Numerics/Vector.xml
+++ b/xml/System.Numerics/Vector.xml
@@ -620,7 +620,7 @@
- Reinterprets a as a new .
+ Reinterprets a or as a new .
@@ -686,7 +686,7 @@
- Reinterprets a as a new .
+ Reinterprets a or as a new .
@@ -782,7 +782,7 @@
- Reinterprets a as a new .
+ Converts a or to a new , or reinterprets a or as a new .
@@ -911,7 +911,7 @@
- Converts a to a new with the new elements undefined.
+ Converts a or to a new with the new elements undefined.
@@ -3542,7 +3542,7 @@ Note that this method returns a instead of an integral type
- Returns a new vector whose elements signal whether the elements in two specified long integer vectors are equal.
+ Returns a new vector whose elements signal whether the elements in two specified vectors are equal.
@@ -4777,7 +4777,7 @@ Note that this method returns a instead of an integral type
- Returns a new integral vector whose elements signal whether the elements in one integral vector are greater than their corresponding elements in a second integral vector.
+ Returns a new integral vector whose elements signal whether the elements in the first vector are greater than their corresponding elements in the second vector.
diff --git a/xml/System.Windows/Vector.xml b/xml/System.Windows/Vector.xml
index 48d0cade7a6..2e0bcc4ec28 100644
--- a/xml/System.Windows/Vector.xml
+++ b/xml/System.Windows/Vector.xml
@@ -618,8 +618,6 @@
## Remarks
The length of a vector is sometimes referred to as the magnitude.
-
-
## Examples
The following example shows how use this property to get the length of a vector.
From ae3ecbbe2e4829f6b87643835b580dd7381577ff Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Wed, 1 Jul 2026 15:35:51 -0700
Subject: [PATCH 4/4] Merge generic and non-generic overloads into a single
MemberGroup
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---
.../HttpClientJsonExtensions.xml | 10 ----
.../HttpContentJsonExtensions.xml | 5 --
xml/System.Net.Http.Json/JsonContent.xml | 5 --
.../TensorPrimitives.xml | 60 ++-----------------
xml/System.Numerics/Vector.xml | 5 --
5 files changed, 5 insertions(+), 80 deletions(-)
diff --git a/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml b/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
index c223459bfcd..1b6afa62c01 100644
--- a/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
+++ b/xml/System.Net.Http.Json/HttpClientJsonExtensions.xml
@@ -405,11 +405,6 @@
The cancellation token was canceled. This exception is stored into the returned task.
-
-
- Sends a DELETE request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
-
-
@@ -1574,11 +1569,6 @@ This method uses The cancellation token was canceled. This exception is stored into the returned task.
-
-
- Sends a GET request to the specified Uri and returns the value that results from deserializing the response body as JSON in an asynchronous operation.
-
-
diff --git a/xml/System.Net.Http.Json/HttpContentJsonExtensions.xml b/xml/System.Net.Http.Json/HttpContentJsonExtensions.xml
index fbd17e09dbe..9cae252558b 100644
--- a/xml/System.Net.Http.Json/HttpContentJsonExtensions.xml
+++ b/xml/System.Net.Http.Json/HttpContentJsonExtensions.xml
@@ -363,11 +363,6 @@
The cancellation token was canceled. This exception is stored into the returned task.
-
-
- Reads the HTTP content and returns the value that results from deserializing the content as JSON in an asynchronous operation.
-
-
diff --git a/xml/System.Net.Http.Json/JsonContent.xml b/xml/System.Net.Http.Json/JsonContent.xml
index bc6025e7997..e9561d08e1c 100644
--- a/xml/System.Net.Http.Json/JsonContent.xml
+++ b/xml/System.Net.Http.Json/JsonContent.xml
@@ -141,11 +141,6 @@
To be added.
-
-
- Creates a new instance of the class that will contain the serialized as JSON.
-
-
diff --git a/xml/System.Numerics.Tensors/TensorPrimitives.xml b/xml/System.Numerics.Tensors/TensorPrimitives.xml
index 48cfe696732..407455267e8 100644
--- a/xml/System.Numerics.Tensors/TensorPrimitives.xml
+++ b/xml/System.Numerics.Tensors/TensorPrimitives.xml
@@ -380,11 +380,6 @@
and reference overlapping memory locations and do not begin at the same location.
-
-
- Computes the element-wise addition of numbers in the specified tensors.
-
-
@@ -646,11 +641,6 @@
and reference overlapping memory locations and do not begin at the same location.
-
-
- Computes the element-wise result of ( + ) * for the specified tensors.
-
-
@@ -3831,11 +3821,6 @@
and reference overlapping memory locations and do not begin at the same location.
-
-
- Computes the element-wise division of numbers in the specified tensors.
-
-
@@ -8520,6 +8505,11 @@
and reference overlapping memory locations and do not begin at the same location.
+
+
+ Computes the element-wise natural (base e) logarithm of numbers in the specified tensor.
+
+
@@ -8562,11 +8552,6 @@
and reference overlapping memory locations and do not begin at the same location.
-
-
- Computes the element-wise natural (base e) logarithm of numbers in the specified tensor.
-
-
@@ -9208,11 +9193,6 @@
and reference overlapping memory locations and do not begin at the same location.
-
-
- Searches for the largest number in the specified tensor.
-
-
@@ -9487,11 +9467,6 @@
and reference overlapping memory locations and do not begin at the same location.
-
-
- Searches for the number with the largest magnitude in the specified tensor.
-
-
@@ -10166,11 +10141,6 @@
and reference overlapping memory locations and do not begin at the same location.
-
-
- Searches for the smallest number in the specified tensor.
-
-
@@ -10450,11 +10420,6 @@
and reference overlapping memory locations and do not begin at the same location.
-
-
- Searches for the number with the smallest magnitude in the specified tensor.
-
-
@@ -11137,11 +11102,6 @@
and reference overlapping memory locations and do not begin at the same location.
-
-
- Computes the element-wise product of numbers in the specified tensors.
-
-
@@ -11405,11 +11365,6 @@
and reference overlapping memory locations and do not begin at the same location.
-
-
- Computes the element-wise result of ( * ) + for the specified tensors of numbers.
-
-
@@ -14635,11 +14590,6 @@
and reference overlapping memory locations and do not begin at the same location.
-
-
- Computes the element-wise difference between numbers in the specified tensors.
-
-
diff --git a/xml/System.Numerics/Vector.xml b/xml/System.Numerics/Vector.xml
index 6d2eeffbeb5..689deef15b0 100644
--- a/xml/System.Numerics/Vector.xml
+++ b/xml/System.Numerics/Vector.xml
@@ -11513,11 +11513,6 @@ Note that this method returns a instead of an integral type
To be added.
-
-
- Stores a vector at the given destination.
-
-