3 references to WriteStateInfoBase
System.Net.Mail (3)
System\Net\Mime\Base64WriteStateInfo.cs (1)
11base(bufferSize, header, footer, maxLineLength, mimeHeaderLength)
System\Net\Mime\EncodedStreamFactory.cs (1)
32writeState = new WriteStateInfoBase(InitialBufferSize, header, footer, DefaultMaxLineLength, headerTextLength);
System\Net\Mime\WriteStateInfoBase.cs (1)
31: this(bufferSize, header, footer, maxLineLength, 0)