From 4ec523cbc6c41e0b103187c7285fc2d5afaf1017 Mon Sep 17 00:00:00 2001 From: Robin Lindner Date: Mon, 28 Mar 2022 22:18:15 +0200 Subject: [PATCH] Fix `Socket.Close` `timeout` parameter doc --- xml/System.Net.Sockets/Socket.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/System.Net.Sockets/Socket.xml b/xml/System.Net.Sockets/Socket.xml index 262d992c8c6..7c874456644 100644 --- a/xml/System.Net.Sockets/Socket.xml +++ b/xml/System.Net.Sockets/Socket.xml @@ -3427,7 +3427,7 @@ This method populates the instance with data ga - Wait up to seconds to send any remaining data, then close the socket. + Wait up to milliseconds to send any remaining data, then close the socket. Closes the connection and releases all associated resources with a specified timeout to allow queued data to be sent.