2 references to BeginClose
System.Net.Mail (2)
System\Net\Mime\MimeMultiPart.cs (2)
133
IAsyncResult closeResult = ((MimeWriter)context._writer).
BeginClose
(new AsyncCallback(MimeWriterCloseCallback), context);
179
IAsyncResult closeResult = ((MimeWriter)context._writer).
BeginClose
(new AsyncCallback(MimeWriterCloseCallback), context);