1 write to Line
System.Net.Mail (1)
System\Net\Mail\SmtpCommands.cs (1)
695
Line
= line;
13 references to Line
System.Net.Mail (13)
System\Net\Mail\SmtpCommands.cs (5)
55
response = info.
Line
;
102
response = info.
Line
;
365
throw new SmtpException(SR.net_webstatus_ServerProtocolViolation, lines[0].
Line
);
368
throw new SmtpException(lines[0].StatusCode, lines[0].
Line
, true);
373
extensions[i - 1] = lines[i].
Line
;
System\Net\Mail\SmtpConnection.cs (8)
202
throw new SmtpException(info.StatusCode, info.
Line
, true);
283
auth = _authenticationModules[i].Authenticate(info.
Line
, null, this, _client.TargetName, null);
484
throw new SmtpException(info.StatusCode, info.
Line
, true);
514
thisPtr.InvokeCallback(new SmtpException(info.StatusCode, info.
Line
, true));
771
_authResponse = info.
Line
;
802
thisPtr._authResponse = info.
Line
;
855
_authResponse = info.
Line
;
876
thisPtr._authResponse = info.
Line
;