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();
90
return
_tcpClient
!.BeginConnect(host, port, callback, state);
95
_tcpClient
!.EndConnect(result);
96
_stream =
_tcpClient
.GetStream();
129
if (!_isClosed &&
_tcpClient
!= null)
141
_tcpClient
.LingerState = new LingerOption(true, 0);
146
_tcpClient
.Client.Blocking = false;
154
_tcpClient
.Dispose();