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

◆ CheckResponse()

static LineInfo System.Net.Mail.AuthCommand.CheckResponse ( LineInfo[] lines)
inlinestaticprivate

Definition at line 17 of file AuthCommand.cs.

18 {
19 if (lines == null || lines.Length == 0)
20 {
21 throw new SmtpException(System.SR.SmtpAuthResponseInvalid);
22 }
23 return lines[0];
24 }
static string SmtpAuthResponseInvalid
Definition SR.cs:150
Definition SR.cs:7

References System.SR.SmtpAuthResponseInvalid.

Referenced by System.Net.Mail.AuthCommand.EndSend(), System.Net.Mail.AuthCommand.Send(), and System.Net.Mail.AuthCommand.Send().