29 references to Append
System (29)
net\System\Net\mail\BaseWriter.cs (3)
62this.bufferBuilder.Append(CRLF); 85this.bufferBuilder.Append(CRLF); 120this.bufferBuilder.Append(CRLF);
net\System\Net\mail\BufferBuilder.cs (1)
73Append(bytes);
net\System\Net\mail\MailWriter.cs (1)
45this.bufferBuilder.Append(CRLF);
net\System\Net\mail\MimeWriter.cs (9)
72this.bufferBuilder.Append(CRLF); 73this.bufferBuilder.Append(DASHDASH); 74this.bufferBuilder.Append(this.boundaryBytes); 75this.bufferBuilder.Append(DASHDASH); 76this.bufferBuilder.Append(CRLF); 107this.bufferBuilder.Append(CRLF); 108this.bufferBuilder.Append(DASHDASH); 109this.bufferBuilder.Append(this.boundaryBytes); 110this.bufferBuilder.Append(CRLF);
net\System\Net\mail\SmtpCommands.cs (15)
216conn.BufferBuilder.Append(SmtpCommands.Auth); 220conn.BufferBuilder.Append(SmtpCommands.CRLF); 226conn.BufferBuilder.Append(SmtpCommands.CRLF); 286conn.BufferBuilder.Append(SmtpCommands.Data); 347conn.BufferBuilder.Append(SmtpCommands.DataStop); 399conn.BufferBuilder.Append(SmtpCommands.EHello); 401conn.BufferBuilder.Append(SmtpCommands.CRLF); 453conn.BufferBuilder.Append(SmtpCommands.Hello); 455conn.BufferBuilder.Append(SmtpCommands.CRLF); 510conn.BufferBuilder.Append(SmtpCommands.StartTls); 511conn.BufferBuilder.Append(SmtpCommands.CRLF); 567conn.BufferBuilder.Append(command); 574conn.BufferBuilder.Append(SmtpCommands.CRLF); 639conn.BufferBuilder.Append(SmtpCommands.Recipient); 641conn.BufferBuilder.Append(SmtpCommands.CRLF);