1 write to client
System (1)
net\System\Net\mail\SmtpTransport.cs (1)
84
this.
client
= client;
2 references to client
System (2)
net\System\Net\mail\SmtpTransport.cs (2)
201
connection = new SmtpConnection(this,
client
, credentials, authenticationModules);
224
connection = new SmtpConnection(this,
client
, credentials, authenticationModules);