4 references to TcpClient
Microsoft.Extensions.Diagnostics.Probes.Tests (1)
TcpEndpointProbesServiceTests.cs (1)
102using TcpClient tcpClient = new TcpClient();
Microsoft.TestPlatform.CommunicationUtilities (2)
SocketClient.cs (1)
42_tcpClient = new TcpClient { NoDelay = true };
SocketCommunicationManager.cs (1)
176_tcpClient = new TcpClient { NoDelay = true };
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
45_tcpClient = new TcpClient();