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