You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Net.Sockets/TcpClient.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1425,7 +1425,7 @@ The `Available` property is a way to determine whether data is queued for readin
1425
1425
1426
1426
]]></format>
1427
1427
</remarks>
1428
-
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="hostname" /> parameter is <seelangword="null" />.</exception>
1428
+
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="host" /> parameter is <seelangword="null" />.</exception>
1429
1429
<exceptioncref="T:System.ArgumentOutOfRangeException">The <paramrefname="port" /> parameter is not between <seecref="F:System.Net.IPEndPoint.MinPort" /> and <seecref="F:System.Net.IPEndPoint.MaxPort" />.</exception>
1430
1430
<exceptioncref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket.</exception>
@@ -1606,7 +1606,7 @@ The `Available` property is a way to determine whether data is queued for readin
1606
1606
1607
1607
]]></format>
1608
1608
</remarks>
1609
-
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="hostname" /> parameter is <seelangword="null" />.</exception>
1609
+
<exceptioncref="T:System.ArgumentNullException">The <paramrefname="host" /> parameter is <seelangword="null" />.</exception>
1610
1610
<exceptioncref="T:System.ArgumentOutOfRangeException">The <paramrefname="port" /> parameter is not between <seecref="F:System.Net.IPEndPoint.MinPort" /> and <seecref="F:System.Net.IPEndPoint.MaxPort" />.</exception>
1611
1611
<exceptioncref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket.</exception>
0 commit comments