1 write to _client
System.Net.Mail (1)
System\Net\Mail\SmtpTransport.cs (1)
36
_client
= client;
2 references to _client
System.Net.Mail (2)
System\Net\Mail\SmtpTransport.cs (2)
98
_connection = new SmtpConnection(this,
_client
, _credentials, _authenticationModules);
124
_connection = new SmtpConnection(this,
_client
, _credentials, _authenticationModules);