Skip to content

Commit 8b7a4fc

Browse files
authored
Fix note on TcpClient constructor about IPv4 (dotnet#8462)
1 parent 77571ea commit 8b7a4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net.Sockets/TcpClient.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
This constructor creates a new <xref:System.Net.Sockets.TcpClient> and allows the underlying service provider to assign the most appropriate local IP address and port number. You must first call the <xref:System.Net.Sockets.TcpClient.Connect%2A> method before sending and receiving data.
132132

133133
> [!NOTE]
134-
> This constructor works only with IPv4 address types.
134+
> On .NET Framework, this constructor works only with IPv4 address types.
135135

136136
> [!NOTE]
137137
> This member outputs trace information when you enable network tracing in your application. For more information, see [Network Tracing in the .NET Framework](/dotnet/framework/network-programming/network-tracing).

0 commit comments

Comments
 (0)