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