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