2 references to BeginClose
System (2)
net\System\Net\mail\MimeMultiPart.cs (2)
121
IAsyncResult closeResult = ((MimeWriter)context.writer).
BeginClose
(new AsyncCallback(MimeWriterCloseCallback), context);
161
IAsyncResult closeResult = ((MimeWriter)context.writer).
BeginClose
(new AsyncCallback(MimeWriterCloseCallback),context);