1 write to _tcpClient
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
45_tcpClient = new TcpClient();
8 references to _tcpClient
System.Net.Mail (8)
System\Net\Mail\SmtpConnection.cs (8)
83_tcpClient!.Connect(host, port); 84_stream = _tcpClient.GetStream(); 89await _tcpClient!.ConnectAsync(host, port).ConfigureAwait(false); 90_stream = _tcpClient.GetStream(); 253if (!_isClosed && _tcpClient != null) 265_tcpClient.LingerState = new LingerOption(true, 0); 270_tcpClient.Client.Blocking = false; 278_tcpClient.Dispose();