2 references to InitialBufferSize
System.Net.Mail (2)
System\Net\Mime\EncodedStreamFactory.cs (2)
28
writeState = new Base64WriteStateInfo(
InitialBufferSize
, header, footer, DefaultMaxLineLength, headerTextLength);
32
writeState = new WriteStateInfoBase(
InitialBufferSize
, header, footer, DefaultMaxLineLength, headerTextLength);