1 write to _tcpClient
System.Net.Mail (1)
System\Net\Mail\SmtpConnection.cs (1)
46_tcpClient = new TcpClient();
9 references to _tcpClient
System.Net.Mail (9)
System\Net\Mail\SmtpConnection.cs (9)
84_tcpClient!.Connect(host, port); 85_stream = _tcpClient.GetStream(); 90return _tcpClient!.BeginConnect(host, port, callback, state); 95_tcpClient!.EndConnect(result); 96_stream = _tcpClient.GetStream(); 129if (!_isClosed && _tcpClient != null) 141_tcpClient.LingerState = new LingerOption(true, 0); 146_tcpClient.Client.Blocking = false; 154_tcpClient.Dispose();