3 references to BeginGetContentStream
System (3)
net\System\Net\mail\Message.cs (1)
278
IAsyncResult newResult = writer.
BeginGetContentStream
(EmptySendCallback, new EmptySendContext(writer,result));
net\System\Net\mail\MimeMultiPart.cs (1)
176
IAsyncResult contentResult = writer.
BeginGetContentStream
(new AsyncCallback(ContentStreamCallback), context);
net\System\Net\mail\MimePart.cs (1)
291
IAsyncResult contentResult = writer.
BeginGetContentStream
(new AsyncCallback(ContentStreamCallback),context);