Implemented interface member:
method
DecodeBytes
System.Net.Mime.IEncodableStream.DecodeBytes(System.Byte[], System.Int32, System.Int32)
2 references to DecodeBytes
System (2)
net\System\Net\mail\Base64Stream.cs (2)
389read = DecodeBytes(buffer, offset, read); 453this.read = this.parent.DecodeBytes(this.buffer, this.offset, this.read);