1 write to bytesLeft
System (1)
net\System\Net\mail\MimePart.cs (1)
173
context.
bytesLeft
= Stream.EndRead(result);
2 references to bytesLeft
System (2)
net\System\Net\mail\MimePart.cs (2)
174
if (context.
bytesLeft
> 0) {
175
IAsyncResult writeResult = context.outputStream.BeginWrite(context.buffer, 0, context.
bytesLeft
, writeCallback, context);