1 write to mimePartSentCallback
System (1)
net\System\Net\mail\MimeMultiPart.cs (1)
153mimePartSentCallback = new AsyncCallback(MimePartSentCallback);
2 references to mimePartSentCallback
System (2)
net\System\Net\mail\MimeMultiPart.cs (2)
114IAsyncResult sendResult = part.BeginSend(context.writer, mimePartSentCallback, allowUnicode, context); 154IAsyncResult sendResult = part.BeginSend(context.writer, mimePartSentCallback, allowUnicode, context);