Implemented interface member:
method
EncodeBytes
System.Net.Mime.IEncodableStream.EncodeBytes(System.Byte[], System.Int32, System.Int32)
2 references to EncodeBytes
System (2)
net\System\Net\mail\QuotedPrintableStream.cs (2)
363written += EncodeBytes(buffer, offset + written, count - written); 440this.written += this.parent.EncodeBytes(this.buffer, this.offset + this.written, this.count - this.written);