1 write to credentials
System (1)
net\System\Net\mail\SmtpTransport.cs (1)
102
credentials
= value;
3 references to credentials
System (3)
net\System\Net\mail\SmtpTransport.cs (3)
98
return
credentials
;
201
connection = new SmtpConnection(this, client,
credentials
, authenticationModules);
224
connection = new SmtpConnection(this, client,
credentials
, authenticationModules);