diff --git a/xml/System.Net.Sockets/LingerOption.xml b/xml/System.Net.Sockets/LingerOption.xml
index 6a99f1068f6..e4bdc83a156 100644
--- a/xml/System.Net.Sockets/LingerOption.xml
+++ b/xml/System.Net.Sockets/LingerOption.xml
@@ -230,9 +230,9 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current instance.
+ Determines whether the specified object is equal to the current instance.
+ if the specified object is equal to the current instance; otherwise, .
To be added.
@@ -256,8 +256,8 @@
- To be added.
- To be added.
+ Returns a hash value for a instance.
+ An integer hash value.
To be added.
diff --git a/xml/System.Net.Sockets/Socket.xml b/xml/System.Net.Sockets/Socket.xml
index 2fe3b5a488c..02a9f54bceb 100644
--- a/xml/System.Net.Sockets/Socket.xml
+++ b/xml/System.Net.Sockets/Socket.xml
@@ -9690,12 +9690,16 @@ If you're using a connectionless ,
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ A span of bytes that is the storage location for received data.
+ A bitwise combination of the values.
+ A instance that gets updated with the value of the remote peer when this method returns.
+ Receives a datagram into the data buffer, using the specified , and stores the endpoint.
+ The number of bytes received.
To be added.
+
+ is .
+ An error occurred when attempting to access the socket.
+ The has been closed.
@@ -10296,13 +10300,17 @@ If you're using a connectionless ,
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The buffer for the received data.
+ A bitwise combination of the values that will be used when receiving the data.
+ A instance that gets updated with the value of the remote peer when this method returns.
+ A cancellation token that can be used to signal the asynchronous operation should be canceled.
+ Receives a datagram into the data buffer, using the specified , and stores the endpoint.
+ An asynchronous task that completes with a containing the number of bytes received and the endpoint of the sending host.
To be added.
+
+ is .
+ An error occurred when attempting to access the socket.
+ The has been closed.
@@ -13408,12 +13416,16 @@ This member outputs trace information when you enable network tracing in your ap
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ A span of bytes that contains the data to be sent.
+ A bitwise combination of the values that will be used when sending the data.
+ The that represents the destination for the data.
+ Sends data to a specific endpoint using the specified .
+ The number of bytes sent.
To be added.
+
+ is .
+ An error occurred when attempting to access the socket.
+ The has been closed.
@@ -13984,13 +13996,17 @@ This member outputs trace information when you enable network tracing in your ap
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The buffer for the data to send.
+ A bitwise combination of values that will be used when sending the data.
+ The that represents the destination for the data.
+ A cancellation token that can be used to cancel the asynchronous operation.
+ Sends data to a specific endpoint using the specified .
+ An asynchronous task that completes with the number of bytes sent.
To be added.
+
+ is .
+ An error occurred when attempting to access the socket.
+ The has been closed.
diff --git a/xml/System.Net.Sockets/TcpListener.xml b/xml/System.Net.Sockets/TcpListener.xml
index ba4c529196c..94f29c68987 100644
--- a/xml/System.Net.Sockets/TcpListener.xml
+++ b/xml/System.Net.Sockets/TcpListener.xml
@@ -983,7 +983,7 @@
- To be added.
+ Releases all resources used by the current instance.
To be added.
diff --git a/xml/System.Net.Sockets/UnixDomainSocketEndPoint.xml b/xml/System.Net.Sockets/UnixDomainSocketEndPoint.xml
index 9ada58d0c52..d22f4cc77bc 100644
--- a/xml/System.Net.Sockets/UnixDomainSocketEndPoint.xml
+++ b/xml/System.Net.Sockets/UnixDomainSocketEndPoint.xml
@@ -167,9 +167,10 @@
- To be added.
- To be added.
- To be added.
+ The object to compare with the current .
+ Determines whether the specified object is equal to the current .
+
+ if the specified object is equal to the current ; otherwise, .
To be added.
@@ -193,8 +194,8 @@
- To be added.
- To be added.
+ Returns a hash value for a instance.
+ An integer hash value.
To be added.