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