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