3 references to maxBufferSize
System.Net.Mail (3)
System\Net\Mime\MimePart.cs (3)
294_buffer = new byte[maxBufferSize]; 327byte[] buffer = new byte[maxBufferSize]; 340while ((read = Stream.Read(buffer, 0, maxBufferSize)) > 0)