4 references to TcpClient
Microsoft.Extensions.Diagnostics.Probes.Tests (1)
TcpEndpointProbesServiceTests.cs (1)
102
using 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
();