1 write to buffer
System (1)
net\System\Net\mail\MimePart.cs (1)
268buffer = new byte[maxBufferSize];
5 references to buffer
System (5)
net\System\Net\mail\MimePart.cs (5)
175IAsyncResult writeResult = context.outputStream.BeginWrite(context.buffer, 0, context.bytesLeft, writeCallback, context); 207IAsyncResult readResult = Stream.BeginRead(context.buffer, 0, context.buffer.Length, readCallback, context); 238IAsyncResult readResult = Stream.BeginRead(context.buffer, 0, context.buffer.Length,readCallback, context);