4 references to EndGetContentStream
System (4)
net\System\Net\mail\Message.cs (2)
249context.writer.EndGetContentStream(result).Close(); 280writer.EndGetContentStream(newResult).Close();
net\System\Net\mail\MimeMultiPart.cs (1)
148context.outputStream = context.writer.EndGetContentStream(result);
net\System\Net\mail\MimePart.cs (1)
233Stream outputStream = context.writer.EndGetContentStream(result);