13 references to Line
System (13)
net\System\Net\mail\SmtpCommands.cs (5)
49
response = info.
Line
;
98
response = info.
Line
;
375
throw new SmtpException(SR.GetString(SR.net_webstatus_ServerProtocolViolation),lines[0].
Line
);
378
throw new SmtpException(lines[0].StatusCode, lines[0].
Line
, true);
383
extensions[i-1] = lines[i].
Line
;
net\System\Net\mail\smtpconnection.cs (8)
364
throw new SmtpException(info.StatusCode, info.
Line
, true);
452
auth = authenticationModules[i].Authenticate(info.
Line
, null, this, this.client.TargetName, this.channelBindingToken);
729
throw new SmtpException(info.StatusCode, info.
Line
, true);
759
thisPtr.InvokeCallback(new SmtpException(info.StatusCode, info.
Line
, true));
997
authResponse = info.
Line
;
1033
thisPtr.authResponse = info.
Line
;
1086
authResponse = info.
Line
;
1107
thisPtr.authResponse = info.
Line
;