Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SmtpTransport() [2/2]

System.Net.Mail.SmtpTransport.SmtpTransport ( SmtpClient client,
ISmtpAuthenticationModule[] authenticationModules )
inlinepackage

Definition at line 93 of file SmtpTransport.cs.

94 {
96 if (authenticationModules == null)
97 {
98 throw new ArgumentNullException("authenticationModules");
99 }
101 }
readonly SmtpClient _client
readonly ISmtpAuthenticationModule[] _authenticationModules

References System.Net.Mail.SmtpTransport._authenticationModules, and System.Net.Mail.SmtpTransport._client.