2 overrides of BeginSend
System (2)
net\System\Net\mail\MimeMultiPart.cs (1)
168
internal override IAsyncResult
BeginSend
(BaseWriter writer, AsyncCallback callback, bool allowUnicode,
net\System\Net\mail\MimePart.cs (1)
281
internal override IAsyncResult
BeginSend
(BaseWriter writer, AsyncCallback callback, bool allowUnicode,
3 references to BeginSend
System (3)
net\System\Net\mail\Message.cs (1)
274
return Content.
BeginSend
(writer, callback, allowUnicode, state);
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);