5 references to DefaultMaxLineLength
System (5)
net\System\Net\mail\EncodedStreamFactory.cs (2)
52writeState = new Base64WriteStateInfo(initialBufferSize, header, footer, DefaultMaxLineLength, headerTextLength); 56writeState = new WriteStateInfoBase(initialBufferSize, header, footer, DefaultMaxLineLength, headerTextLength);
net\System\Net\mail\QuotedPrintableStream.cs (2)
80: this(stream, EncodedStreamFactory.DefaultMaxLineLength) { 251writeState.CurrentLineLength + sizeOfEncodedChar + 2 >= EncodedStreamFactory.DefaultMaxLineLength)
net\System\Net\mail\WriteStateInfoBase.cs (1)
20this._maxLineLength = EncodedStreamFactory.DefaultMaxLineLength;