public void WriteTo(MimeWriter writer) { if (writer == null) { throw new ArgumentNullException("writer"); } writer.WriteMimeNode(this); }
public WriterContentStream(MimeWriter writer) { this.writer = writer; }
public WriterQueueStream(MimeWriter writer) { this.writer = writer; }