4 references to EightBit
System (4)
net\System\Net\mail\EncodedStreamFactory.cs (1)
37if (encoding == TransferEncoding.SevenBit || encoding == TransferEncoding.EightBit)
net\System\Net\mail\MimePart.cs (3)
64return TransferEncoding.EightBit; 79else if (value == TransferEncoding.EightBit) { 223else if (TransferEncoding == TransferEncoding.SevenBit || TransferEncoding == TransferEncoding.EightBit) {