1 write to _mimePartSentCallback
System.Net.Mail (1)
System\Net\Mime\MimeMultiPart.cs (1)
169
_mimePartSentCallback
= new AsyncCallback(MimePartSentCallback);
2 references to _mimePartSentCallback
System.Net.Mail (2)
System\Net\Mime\MimeMultiPart.cs (2)
124
IAsyncResult sendResult = part.BeginSend(context._writer,
_mimePartSentCallback
!, _allowUnicode, context);
170
IAsyncResult sendResult = part.BeginSend(context._writer,
_mimePartSentCallback
, _allowUnicode, context);