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