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