3 references to BeginGetContentStream
System.Net.Mail (3)
System\Net\Mail\MailPriority.cs (1)
289
IAsyncResult newResult = writer.
BeginGetContentStream
(EmptySendCallback, new EmptySendContext(writer, result));
System\Net\Mime\MimeMultiPart.cs (1)
195
IAsyncResult contentResult = writer.
BeginGetContentStream
(new AsyncCallback(ContentStreamCallback), context);
System\Net\Mime\MimePart.cs (1)
315
IAsyncResult contentResult = writer.
BeginGetContentStream
(new AsyncCallback(ContentStreamCallback), context);