2 references to EightBitStream
System.Net.Mail (2)
System\Net\Mime\EightBitStream.cs (1)
41
internal EightBitStream(Stream stream, bool shouldEncodeLeadingDots) :
this
(stream)
System\Net\Mime\MimePart.cs (1)
248
outputStream = new
EightBitStream
(outputStream);