1 write to readCallback
System (1)
net\System\Net\mail\MimePart.cs (1)
236
readCallback
= new AsyncCallback(ReadCallback);
2 references to readCallback
System (2)
net\System\Net\mail\MimePart.cs (2)
207
IAsyncResult readResult = Stream.BeginRead(context.buffer, 0, context.buffer.Length,
readCallback
, context);
238
IAsyncResult readResult = Stream.BeginRead(context.buffer, 0, context.buffer.Length,
readCallback
, context);